Method: Bricolage::Variables.define
- Defined in:
- lib/bricolage/variables.rb
.define ⇒ Object
14 15 16 17 18 |
# File 'lib/bricolage/variables.rb', line 14 def Variables.define new.tap {|vars| yield vars } end |
14 15 16 17 18 |
# File 'lib/bricolage/variables.rb', line 14 def Variables.define new.tap {|vars| yield vars } end |