lib/inch/code_object/proxy/base.rb in inch-0.3.1.rc3 vs lib/inch/code_object/proxy/base.rb in inch-0.3.1.rc4

- old
+ new

@@ -165,11 +165,11 @@ # +true+ if the object or its parent is tagged as @private def private_tag? self[:private_tag?] end - def private_api_tag? - self[:private_api_tag?] + def tagged_as_internal_api? + self[:tagged_as_internal_api?] end def protected? self[:protected?] end