Method: Pancake::Stack#configuration
- Defined in:
- lib/pancake/stack/configuration.rb
#configuration(label = self.class) {|self.class.configuration(label)| ... } ⇒ Object
20 21 22 23 |
# File 'lib/pancake/stack/configuration.rb', line 20 def configuration(label = self.class) yield self.class.configuration(label) if block_given? self.class.configuration(label) end |