Module: Beez::Configurable
- Included in:
- Beez
- Defined in:
- lib/beez/configurable.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
5 6 7 |
# File 'lib/beez/configurable.rb', line 5 def config @config ||= ::Beez::Configuration.new end |
#configure {|config| ... } ⇒ Object
9 10 11 |
# File 'lib/beez/configurable.rb', line 9 def configure yield config if block_given? end |