69 70 71
# File 'lib/protocol/http2/frame.rb', line 69 def to_ary [@length, @type, @flags, @stream_id, @payload] end