Method: ActionView::OutputFlow#initialize

Defined in:
actionview/lib/action_view/flows.rb

#initializeOutputFlow

Returns a new instance of OutputFlow.



9
10
11
# File 'actionview/lib/action_view/flows.rb', line 9

def initialize
  @content = Hash.new { |h, k| h[k] = ActiveSupport::SafeBuffer.new }
end