Module: Validations::Predicates::Dates

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

Defined Under Namespace

Modules: Methods

Class Method Summary collapse

Methods included from Methods

earlier_then?, in_future?, in_past?, on_or_later_then?, parsed_as_date?

Class Method Details

.included(other) ⇒ Object



28
29
30
31
# File 'lib/endpoint_flux/tasks/endpoint_flux/generators/endpoint_flux/validations/predicates/dates.rb', line 28

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