new(type, text)
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