Module: DoubleEntry::Configurable::ClassMethods
- Defined in:
- lib/double_entry/configurable.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#configuration ⇒ Object
42 43 44 |
# File 'lib/double_entry/configurable.rb', line 42 def configuration @configuration ||= self::Configuration.new end |
#configure {|configuration| ... } ⇒ Object
46 47 48 |
# File 'lib/double_entry/configurable.rb', line 46 def configure yield(configuration) end |