lib/inch/code_object/proxy/base.rb in inch-0.4.1 vs lib/inch/code_object/proxy/base.rb in inch-0.4.2
- old
+ new
@@ -159,9 +159,13 @@
# @return [Boolean] +true+ if the object represents a namespace
def namespace?
self[:namespace?]
end
+ def original_docstring
+ self[:original_docstring]
+ end
+
# @return [Boolean] +true+ if the object was tagged not to be documented
def nodoc?
self[:nodoc?]
end