Class: RDoc::Markup::Special
Relationships & Source Files | |
Inherits: | Object |
Defined in: | lib/rdoc/markup/special.rb |
Overview
Hold details of a special sequence
Class Method Summary
- .new(type, text) ⇒ Special constructor
Instance Attribute Summary
Instance Method Summary
-
#==(o)
Specials are equal when the have the same text and type.
Constructor Details
.new(type, text) ⇒ Special
[ GitHub ]
Instance Attribute Details
#text (rw)
Special
text
# File 'lib/rdoc/markup/special.rb', line 15
attr_accessor :text
#type (readonly)
Special
type
# File 'lib/rdoc/markup/special.rb', line 10
attr_reader :type
Instance Method Details
#==(o)
Specials are equal when the have the same text and type