method

documented?

v1_9_3_125 - 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.