method

new

rails latest stable - Class: ActionController::Live::SSE
new(stream, options = {})
public

No documentation available.

# File actionpack/lib/action_controller/metal/live.rb, line 110
      def initialize(stream, options = {})
        @stream = stream
        @options = options
      end