# File lib/dm-validations/validators/generic_validator.rb, line 107 def allow_nil?(value) @options[:allow_nil] if value.nil? end