class Protocol::HTTP2::Frame

def to_ary

def to_ary
	[@length, @type, @flags, @stream_id, @payload]
end