Method: BERT::Decode#read_small_tuple

Defined in:
lib/bert/decode.rb

#read_small_tupleObject



153
154
155
156
# File 'lib/bert/decode.rb', line 153

def read_small_tuple
  fail("Invalid Type, not a small tuple") unless read_1 == SMALL_TUPLE
  read_tuple(read_1)
end