Class: NilClass

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)


12
13
14
# File 'lib/valid_email/all_with_extensions.rb', line 12

def email?(options={})
  false
end