Module: Validations::Predicates::Decimal

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

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

decimal?

Class Method Details

.included(other) ⇒ Object



18
19
20
21
# File 'lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/decimal.rb', line 18

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