class ActiveModel::Validations::NumericalityValidator
def is_hexadecimal_literal?(raw_value)
def is_hexadecimal_literal?(raw_value) HEXADECIMAL_REGEX.match?(raw_value.to_s) end
def is_hexadecimal_literal?(raw_value) HEXADECIMAL_REGEX.match?(raw_value.to_s) end