class RDoc::Markup::Verbatim

def ruby?

def ruby?
  @format ||= nil # TODO for older ri data, switch the tree to marshal_dump
  @format == :ruby
end