Module: Temporal
- Includes:
- ClassAndInstanceMethods, InstanceMethods
- Defined in:
- lib/acts_as_flux_capacitor/temporal.rb
Defined Under Namespace
Modules: ClassAndInstanceMethods, ClassMethods, InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Methods included from InstanceMethods
#after?, #after_or_at?, #before?, #before_or_at?, #between?, #in_the_future?, #in_the_past?
Class Method Details
.included(base) ⇒ Object
:nodoc:
3 4 5 6 |
# File 'lib/acts_as_flux_capacitor/temporal.rb', line 3 def self.included(base) # :nodoc: base.extend ClassMethods base.extend ClassAndInstanceMethods end |