Parent

Methods

RDoc::Markup::Special

Hold details of a special sequence

Attributes

type[R]

Special type

text[RW]

Special text

Public Class Methods

new(type, text) click to toggle source

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

Public Instance Methods

==(o) click to toggle source

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.