class RDoc::RI::Driver

def display document

def display document
  page do |io|
    text = document.accept formatter
    io.write text
  end
end