Class: Perkins::Build::Shell::Script

Inherits:
Group show all
Defined in:
lib/perkins/build/shell/node.rb

Instance Attribute Summary

Attributes inherited from Group

#nodes

Attributes inherited from Node

#code, #level, #options

Instance Method Summary collapse

Methods inherited from Group

#initialize

Methods included from Dsl

#cd, #cmd, #echo, #elif, #else, #export, #file, #fold, #if, #newline, #raw, #script, #set

Methods inherited from Node

#escape, #initialize, #name

Constructor Details

This class inherits a constructor from Perkins::Build::Shell::Group

Instance Method Details

#to_sObject



69
70
71
# File 'lib/perkins/build/shell/node.rb', line 69

def to_s
  super + "\n"
end