lib/inch/code_object/proxy/base.rb in inch-0.3.0 vs lib/inch/code_object/proxy/base.rb in inch-0.3.1.rc1
- old
+ new
@@ -73,10 +73,9 @@
# +depth+ answers the question "how many layers of code objects are
# above this one?"
#
# @note top-level counts, that's why Foo has depth 1!
#
- # @param i [Fixnum] a counter for recursive method calls
# @return [Fixnum] the depth of the object in terms of namespace
def depth
self[:depth]
end