Method: Flydata::Helper::Config.create

Defined in:
lib/flydata/helper/config_parser.rb

.create(hash) ⇒ Object



34
35
36
# File 'lib/flydata/helper/config_parser.rb', line 34

def self.create(hash)
  self.new.merge(hash)
end