get(key)
Called by _layout_for to read stored values.
# File actionview/lib/action_view/flows.rb, line 14 def get(key) @content[key] end