Struct.new(:type, :line, :value, :parent, :children)
@private
# File lib/haml/parser.rb, line 116 116: def initialize(*args) 117: super 118: self.children ||= [] 119: end
# File lib/haml/parser.rb, line 121 121: def inspect 122: text = "(#{type} #{value.inspect}" 123: children.each {|c| text << "\n" << c.inspect.gsub(/^/, " ")} 124: text + ")" 125: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.