Method: Museum.configure
- Defined in:
- lib/museum/configuration.rb
.configure(configuration = Museum::Configuration.new) ⇒ Object
2 3 4 5 6 7 |
# File 'lib/museum/configuration.rb', line 2 def self.configure(configuration = Museum::Configuration.new) if block_given? yield configuration end @@configuration = configuration end |