lib/yard/code_objects/root_object.rb in yard-0.6.8 vs lib/yard/code_objects/root_object.rb in yard-0.7.0

- old
+ new

@@ -7,10 +7,10 @@ def inspect; @inspect ||= "#<yardoc root>" end def root?; true end def equal?(other) other == :root ? true : super(other) end - + def hash; :root.hash end end end end \ No newline at end of file