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
12 13 14 15 16 |
# File 'lib/pumper/configuration.rb', line 12 def configure!() validate() [:config] ? by_config([:list]) : [ ] end |