public Method

Text.output(out, output_width)

There's no documentation for this item.

Source Code

# File prettyprint.rb, line 250
def output(out, output_width)
  @objs.each {|obj| out << obj}
  output_width + @width
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.