Method: BERT::Decode#read_small_int

Defined in:
lib/bert/decode.rb

#read_small_intObject



108
109
110
111
# File 'lib/bert/decode.rb', line 108

def read_small_int
  fail("Invalid Type, not a small int") unless read_1 == SMALL_INT
  read_1
end