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