Class: Prick::Build::FoxNode

Inherits:
Node
  • Object
show all
Defined in:
lib/prick/builder/node.rb

Instance Attribute Summary

Attributes inherited from Node

#args, #kind, #parent, #path, #phase

Instance Method Summary collapse

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