Method: Protocol::HTTP2::Frame#to_ary
- Defined in:
- lib/protocol/http2/frame.rb
#to_ary ⇒ Object
Convert frame to array representation for comparison.
64 65 66 |
# File 'lib/protocol/http2/frame.rb', line 64 def to_ary [@length, @type, @flags, @stream_id, @payload] end |