Method: Cuboid::OptionGroup#merge

Defined in:
lib/cuboid/option_group.rb

#merge(other) ⇒ OptionGroup

Returns ‘self`.

Parameters:

Returns:



101
102
103
# File 'lib/cuboid/option_group.rb', line 101

def merge( other )
    update( other.to_h )
end