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