Returns:
112 113 114
# File 'lib/protocol/http2/frame.rb', line 112 def flag_set?(mask) @flags & mask != 0 end