Parent

Methods

Haml::Parser::ParseNode

@private

Public Class Methods

new(*args) click to toggle source
     # File lib/haml/parser.rb, line 116
116:       def initialize(*args)
117:         super
118:         self.children ||= []
119:       end

Public Instance Methods

inspect() click to toggle source
     # 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.