new(options)
Accept some options
# File lib/rdoc/generator/texinfo.rb, line 16 def initialize(options) @options = options @options.inline_source = true @options.op_name ||= 'rdoc.texinfo' @options.formatter = ::RDoc::Markup::ToTexInfo.new end