Method: Omnes::Configurable#configure
- Defined in:
- lib/omnes/configurable.rb
#configure {|@config| ... } ⇒ Object
Yields the configuration class
84 85 86 |
# File 'lib/omnes/configurable.rb', line 84 def configure yield @config end |