# File lib/dm-validations/within_validator.rb, line 10 def initialize(field_name, options={}) super @field_name, @options = field_name, options @options[:set] = [] unless @options.has_key?(:set) end