Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
ruby?()
public
Is this verbatim section Ruby code?
# File lib/rdoc/markup/verbatim.rb, line 70
def ruby?
@format ||= nil # TODO for older ri data, switch the tree to marshal_dump
@format == :ruby
end