Class: Loki::Primeval
- Inherits:
-
Object
- Object
- Loki::Primeval
- Includes:
- Comparable, Singleton
- Defined in:
- lib/loki/time.rb
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
10 11 12 |
# File 'lib/loki/time.rb', line 10 def <=>(other) -1 end |
#strftime(*args) ⇒ Object
20 21 22 |
# File 'lib/loki/time.rb', line 20 def strftime(*args) "<Primeval>" end |
#to_s ⇒ Object
15 16 17 |
# File 'lib/loki/time.rb', line 15 def to_s "<Primeval>" end |