Module: Validations::Predicates::Email

Extended by:
Methods
Included in:
Base
Defined in:
lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/email.rb

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

email?

Class Method Details

.included(other) ⇒ Object



12
13
14
15
# File 'lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/email.rb', line 12

def self.included(other)
  super
  other.extend(Methods)
end