class ActionView::OutputBuffer

def ==(other)

def ==(other)
  other.class == self.class && @raw_buffer == other.to_str
end