# File lib/validate_email.rb, line 10 def initialize(options) options.reverse_merge!(:message => :email) super(options) end