lib/yard/code_objects/root_object.rb in yard-0.2.3.5 vs lib/yard/code_objects/root_object.rb in yard-0.4.0
- old
+ new
@@ -1,6 +1,8 @@
module YARD
module CodeObjects
+ # Represents the root namespace object (the invisible Ruby module that
+ # holds all top level modules, class and other objects).
class RootObject < ModuleObject
def path; "" end
def inspect; "#<yardoc root>" end
end
end
\ No newline at end of file