Object
# File lib/origami/graphics/render.rb, line 53 def initialize(output = STDOUT, columns = 80, lines = 25) super() @output = output @columns, @lines = columns, lines end
# File lib/origami/graphics/render.rb, line 60 def write_text(s) @output.print(s) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.