class RDoc::Markup::Special

def ==(o)

def ==(o)
  self.text == o.text && self.type == o.type
end