Method: WOTC::Configuration#configure
- Defined in:
- lib/wotc/configuration.rb
#configure {|_self| ... } ⇒ Object
Convenience method to allow configuration options to be set in a block
75 76 77 |
# File 'lib/wotc/configuration.rb', line 75 def configure yield self end |