method
new
v4.1.8 -
Show latest stable
- Class:
ActionView::OutputFlow
new()public
No documentation available.
# File actionview/lib/action_view/flows.rb, line 7
def initialize
@content = Hash.new { |h,k| h[k] = ActiveSupport::SafeBuffer.new }
end