# File lib/rdoc/method_attr.rb, line 113
  def documented?
    super or
      (is_alias_for and is_alias_for.documented?) or
      (see and see.documented?)
  end