Class: Bytemapper::Type

Inherits:
Array
  • Object
show all
Includes:
Nameable
Defined in:
lib/bytemapper/type.rb

Instance Attribute Summary

Attributes included from Nameable

#name, #names

Instance Method Summary collapse

Instance Method Details

#sizeObject



22
23
24
# File 'lib/bytemapper/type.rb', line 22

def size
  first / 8
end