A constant
Methods
- #
- D
- N
- P
Included Modules
Attributes
[RW] | is_alias_for | If this constant is an alias for a module or class, this is the RDoc::ClassModule it is an alias for.
|
[RW] | name | The constant's name |
[RW] | value | The constant's value |
Class Public methods
new(name, value, comment)
Link
Creates a new constant with name
, value
and
comment
Instance Public methods
<=>(other)
Link
Constants are ordered by name
==(other)
Link
documented?()
Link
A constant is documented if it has a comment, or is an alias for a documented class or module.