class ActionView::Base

def output_buffer_with_haml

def output_buffer_with_haml
  return haml_buffer.buffer if is_haml?
  output_buffer_without_haml
end