Method: Restruct::Hash#size

Defined in:
lib/restruct/hash.rb

#sizeObject Also known as: count, length



83
84
85
# File 'lib/restruct/hash.rb', line 83

def size
  connection.call 'HLEN', id
end