# File lib/rdoc/markup/special.rb, line 19
  def initialize(type, text)
    @type, @text = type, text
  end