class ActionView::OutputBuffer

def initialize_copy(other)

def initialize_copy(other)
  @raw_buffer = other.to_str
end