class RDoc::Markup::Raw

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  self.class == other.class and @parts == other.parts
end