# File lib/innate/options/dsl.rb, line 156 def merge!(hash) hash.each_pair do |key, value| set_value(key.to_s.split('.'), value) end end