Method: Cuboid::OptionGroup#merge
- Defined in:
- lib/cuboid/option_group.rb
#merge(other) ⇒ OptionGroup
Returns ‘self`.
101 102 103 |
# File 'lib/cuboid/option_group.rb', line 101 def merge( other ) update( other.to_h ) end |
Returns ‘self`.
101 102 103 |
# File 'lib/cuboid/option_group.rb', line 101 def merge( other ) update( other.to_h ) end |