Method: Configatron::Store#configure_from_hash

Defined in:
lib/gems/configatron-2.2.2/lib/configatron/store.rb

#configure_from_hash(options) ⇒ Object

Allows for the configuration of the system via a Hash



51
52
53
# File 'lib/gems/configatron-2.2.2/lib/configatron/store.rb', line 51

def configure_from_hash(options)
  parse_options(options)
end