class BinData::BasePrimitive

def do_num_bytes # :nodoc:

:nodoc:
def do_num_bytes # :nodoc:
  value_to_binary_string(_value).length
end