24 25 26
# File 'lib/codec/packed.rb', line 24 def decode(buf) return decode_with_length(buf,@length) end