Class: Perkins::Build::Shell::Script
- Defined in:
- lib/perkins/build/shell/node.rb
Instance Attribute Summary
Attributes inherited from Group
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Group
Methods included from Dsl
#cd, #cmd, #echo, #elif, #else, #export, #file, #fold, #if, #newline, #raw, #script, #set
Methods inherited from Node
Constructor Details
This class inherits a constructor from Perkins::Build::Shell::Group
Instance Method Details
#to_s ⇒ Object
69 70 71 |
# File 'lib/perkins/build/shell/node.rb', line 69 def to_s super + "\n" end |