class ActionView::OutputFlow

def get(key)

Called by _layout_for to read stored values.
def get(key)
  @content[key]
end