Returns a new instance of Formatter.
7 8 9 10 11 12
# File 'lib/rdoc/rouge/formatter.rb', line 7 def initialize(options={}) opts = ::RDoc::Options.new opts.pipe = options.delete(:pipe) || false super opts, nil end