lib/inch/language/ruby/provider/yard/object/base.rb in inch-0.7.1 vs lib/inch/language/ruby/provider/yard/object/base.rb in inch-0.8.0.rc1
- old
+ new
@@ -235,13 +235,9 @@
def public?
visibility == :public
end
- def in_root?
- depth == 1
- end
-
# @return [Boolean] +true+ if the object has no documentation at
# all
def undocumented?
original_docstring.empty?
end