Node
# File lib/rest.rb, line 187 def initialize @text = Array.new super() end
# File lib/rest.rb, line 196 def append t @text.push t end
# File lib/rest.rb, line 192 def to_s @text.join("\n") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.