class YARD::CodeObjects::RootObject
holds all top level modules, class and other objects).
Represents the root namespace object (the invisible Ruby module that
def equal?(other)
def equal?(other) other == :root ? true : super(other) end
def hash; :root.hash end
def hash; :root.hash end
def inspect; @inspect ||= "#<yardoc root>" end
def inspect; @inspect ||= "#<yardoc root>" end
def path; @path ||= "" end
def path; @path ||= "" end
def root?; true end
def root?; true end
def title; 'Top Level Namespace' end
def title; 'Top Level Namespace' end