module ActionView::Context

def _layout_for(name = nil)

overwritten by helpers to add more behavior.
returns the correct buffer on +yield+. This is usually
Encapsulates the interaction with the view flow so it
def _layout_for(name = nil)
  name ||= :layout
  view_flow.get(name).html_safe
end