In Files

Parent

Methods

Text

Attributes

text[RW]

Public Class Methods

new() click to toggle source
# File lib/rest.rb, line 187
def initialize
  @text = Array.new
  super()
end

Public Instance Methods

append(t) click to toggle source
# File lib/rest.rb, line 196
def append t
  @text.push t
end
to_s() click to toggle source
# File lib/rest.rb, line 192
def to_s
  @text.join("\n")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.