Module: Validations::Predicates::Bool

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

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

bool?

Class Method Details

.included(other) ⇒ Object



14
15
16
17
# File 'lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/bool.rb', line 14

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