Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/valid_email/all_with_extensions.rb

Instance Method Summary collapse

Instance Method Details

#email?(options = {}) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/valid_email/all_with_extensions.rb', line 4

def email?(options={})
  ValidateEmail.valid?(self, options)
end