Class: Prick::Build::ExecNode
- Inherits:
-
CommandNode
- Object
- Node
- CommandNode
- Prick::Build::ExecNode
- Defined in:
- lib/prick/builder/node.rb
Instance Attribute Summary
Attributes inherited from Node
#args, #kind, #parent, #path, #phase, #source
Instance Method Summary collapse
Methods inherited from CommandNode
#filename, #initialize, #inspect, #relpath
Methods inherited from Node
#dump, #initialize, #inspect, #lines, #name, #prefix_lines, #schema, #schema=, #source_lines, #to_s
Constructor Details
This class inherits a constructor from Prick::Build::CommandNode
Instance Method Details
#read_source ⇒ Object
157 158 159 160 |
# File 'lib/prick/builder/node.rb', line 157 def read_source execute_command [] end |