# File lib/rdoc/markup/verbatim.rb, line 51
  def ruby?
    @format ||= nil # TODO for older ri data, switch the tree to marshal_dump
    @format == :ruby
  end