# File lib/innodb/data_type.rb, line 47 def value(data) nbits = @width * 8 @unsigned ? get_uint(data, nbits) : get_int(data, nbits) end