class RDoc::Markup::Raw

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class == other.class and text == other.text
end