Class: Prick::Build::FoxNode
Instance Attribute Summary
Attributes inherited from Node
#args, #kind, #parent, #path, #phase
Instance Method Summary collapse
-
#initialize(parent, phase, path) ⇒ FoxNode
constructor
A new instance of FoxNode.
Methods inherited from Node
#dump, #inspect, #lines, #name, #prefix_lines, #relpath, #schema, #schema=, #source, #source_lines, #to_s
Constructor Details
#initialize(parent, phase, path) ⇒ FoxNode
Returns a new instance of FoxNode.
77 78 79 |
# File 'lib/prick/builder/node.rb', line 77 def initialize(parent, phase, path) super(parent, phase, :fox, path) end |