set(key, value)
Called by each renderer object to set the layout contents.
# File actionview/lib/action_view/flows.rb, line 19 def set(key, value) @content[key] = ActiveSupport::SafeBuffer.new(value.to_s) end