Method: BERT::Decode#read_large_tuple
- Defined in:
- lib/bert/decode.rb
#read_large_tuple ⇒ Object
158 159 160 161 |
# File 'lib/bert/decode.rb', line 158 def read_large_tuple fail("Invalid Type, not a small tuple") unless read_1 == LARGE_TUPLE read_tuple(read_4) end |