Module: RelatonIso::Config
Instance Method Summary collapse
Instance Method Details
#configuration ⇒ Object
7 8 9 |
# File 'lib/relaton_iso/config.rb', line 7 def configuration @configuration ||= Configuration.new end |
#configure {|configuration| ... } ⇒ Object
3 4 5 |
# File 'lib/relaton_iso/config.rb', line 3 def configure yield configuration if block_given? end |