method
documented?
v2_6_3 -
Show latest stable
- Class:
RDoc::MethodAttr
documented?()public
A method/attribute is documented if any of the following is true:
-
it was marked with :nodoc:;
-
it has a comment;
-
it is an alias for a documented method;
-
it has a #see method that is documented.