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