class EacRubyUtils::Byte

def valid_bit_index?(value)

def valid_bit_index?(value)
  value.is_a?(::Integer) && BIT_INDEX_RANGE.include?(value)
end