method
new
ruby latest stable - Class:
RI::TextFormatter
new(options, indent)public
No documentation available.
# File lib/rdoc/ri/ri_formatter.rb, line 6
def initialize(options, indent)
@options = options
@width = options.width
@indent = indent
end