# File lib/email_validator.rb, line 16
  def self.valid?(value, options = nil)
    !invalid?(value)
  end