method

new

new()
public

No documentation available.

# File actionview/lib/action_view/flows.rb, line 9
    def initialize
      @content = Hash.new { |h, k| h[k] = ActiveSupport::SafeBuffer.new }
    end