Returns a new instance of Framer.
55 56 57 58
# File 'lib/protocol/http2/framer.rb', line 55 def initialize(stream, frames = FRAMES) @stream = stream @frames = frames end