Method: BERT::Decode#read_nil
- Defined in:
- lib/bert/decode.rb
#read_nil ⇒ Object
221 222 223 224 |
# File 'lib/bert/decode.rb', line 221 def read_nil fail("Invalid Type, not a nil list") unless read_1 == NIL [] end |
221 222 223 224 |
# File 'lib/bert/decode.rb', line 221 def read_nil fail("Invalid Type, not a nil list") unless read_1 == NIL [] end |