Object
Hold details of a special sequence
Special type
Special text
Creates a new special sequence of type with text
# File lib/rdoc/markup/inline.rb, line 104 104: def initialize(type, text) 105: @type, @text = type, text 106: end
Specials are equal when the have the same text and type
# File lib/rdoc/markup/inline.rb, line 111 111: def ==(o) 112: self.text == o.text && self.type == o.type 113: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.