Class: MuSL::Maker::Variables

Inherits:
Block
  • Object
show all
Defined in:
lib/mu/maker.rb

Instance Attribute Summary

Attributes inherited from Block

#scenario

Instance Method Summary collapse

Methods inherited from Block

#comment, #initialize

Constructor Details

This class inherits a constructor from MuSL::Maker::Block

Instance Method Details

#create(text) ⇒ Object



281
282
283
# File 'lib/mu/maker.rb', line 281

def create text
    scenario.line(text)
end