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