Class: Pumper::Configuration
- Inherits:
-
Object
- Object
- Pumper::Configuration
- Defined in:
- lib/pumper/configuration.rb
Defined Under Namespace
Classes: InvalidOptions, ProjectNotSet
Class Method Summary collapse
Class Method Details
.configure!(options) ⇒ Object
13 14 15 16 17 |
# File 'lib/pumper/configuration.rb', line 13 def configure!() validate() [:config] ? parse_from_config : end |