Method: JSON::GenericObject#|
- Defined in:
- lib/json/generic_object.rb
#|(other) ⇒ Object
55 56 57 |
# File 'lib/json/generic_object.rb', line 55 def |(other) self.class[other.to_hash.merge(to_hash)] end |
55 56 57 |
# File 'lib/json/generic_object.rb', line 55 def |(other) self.class[other.to_hash.merge(to_hash)] end |