Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new(type, text)
public
Creates a new special
sequence of type with text
# File lib/rdoc/markup/special.rb, line 19
def initialize(type, text)
@type, @text = type, text
end