Class: MuSL::Maker::Globals
Instance Attribute Summary
Attributes inherited from Block
Instance Method Summary collapse
Methods inherited from Block
Constructor Details
This class inherits a constructor from MuSL::Maker::Block
Instance Method Details
#create(name, value) ⇒ Object
136 137 138 |
# File 'lib/mu/maker.rb', line 136 def create name, value scenario.line('@' + name + ' = ' + value) end |