method
/

|(other)
public
Hide source
# File ext/json/lib/json/generic_object.rb, line 58 def |(other) self.class[other.to_hash.merge(to_hash)] end