RDoc::CodeObject - ri - phpman

Look up a command

 

Markdown Format | JSON API | MCP Server Tool


RDoc::CodeObject
RDoc::CodeObject < Object Includes: Class methods: Instance methods: Attributes:
= RDoc::CodeObject < Object

------------------------------------------------------------------------
= Includes:
(from gem rdoc-7.2.0)
  RDoc::Text
  RDoc::Generator::Markup

(from gem rdoc-7.2.0)
------------------------------------------------------------------------
Base class for the RDoc code tree.

We contain the common stuff for contexts (which are containers) and
other elements (methods, attributes and so on)

Here's the tree of the CodeObject subclasses:

* RDoc::Context
  * RDoc::TopLevel
  * RDoc::ClassModule
    * RDoc::AnonClass (never used so far)
    * RDoc::NormalClass
    * RDoc::NormalModule
    * RDoc::SingleClass
* RDoc::MethodAttr
  * RDoc::Attr
  * RDoc::AnyMethod
    * RDoc::GhostMethod
    * RDoc::MetaMethod
* RDoc::Alias
* RDoc::Constant
* RDoc::Require
* RDoc::Mixin
  * RDoc::Include
  * RDoc::Extend

------------------------------------------------------------------------
= Class methods:

  new

= Instance methods:

  comment
  comment=
  display?
  document_children
  document_children=
  document_self
  document_self=
  documented?
  done_documenting
  done_documenting=
  file
  file_name
  force_documentation
  force_documentation=
  full_name=
  ignore
  ignored?
  line
  metadata
  mixin_from
  options
  parent
  parent_name
  received_nodoc
  record_location
  section
  start_doc
  stop_doc
  store
  store=
  suppress
  suppressed?

= Attributes:

  attr_accessor line
  attr_accessor mixin_from
  attr_reader comment
  attr_reader document_children
  attr_reader document_self
  attr_reader done_documenting
  attr_reader file
  attr_reader force_documentation
  attr_reader metadata
  attr_reader received_nodoc
  attr_reader store
  attr_writer parent
  attr_writer section


Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 08:48 @216.73.216.198 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top