# File lib/enumerated_attribute/attribute/attribute_descriptor.rb, line 15 def allows_nil? @options.key?(:nil) ? @options[:nil] : true end