Hold details of a special sequence
Methods
Attributes
| [RW] | text | Special text |
| [R] | type | Special type |
Class Public methods
new(type, text)
Link
Creates a new special sequence of type with text
Source: show
# File lib/rdoc/markup/special.rb, line 19 def initialize(type, text) @type, @text = type, text end
Instance Public methods