Represents the root namespace object (the invisible Ruby module that holds all top level modules, class and other objects).
# File lib/yard/code_objects/root_object.rb, line 9 def equal?(other) other == :root ? true : super(other) end
# File lib/yard/code_objects/root_object.rb, line 13 def hash; :root.hash end
# File lib/yard/code_objects/root_object.rb, line 7 def inspect; @inspect ||= "#<yardoc root>" end
Generated with the Darkfish Rdoc Generator 2.