Returns a new instance of Renderer.
11 12 13 14 15 16 17
# File 'lib/rdoc/rouge.rb', line 11 def initialize(options={}) @formatter = if options.delete(:toc) Rouge::TOC.new else Rouge::Formatter.new(options) end end