Method: Quebert::Configuration.from_hash
- Defined in:
- lib/quebert/configuration.rb
.from_hash(hash) ⇒ Object
37 38 39 |
# File 'lib/quebert/configuration.rb', line 37 def self.from_hash(hash) new.from_hash(hash) # Config this puppy up from a config hash end |