Class: SC::EarlyTime
- Inherits:
-
Object
- Object
- SC::EarlyTime
- Includes:
- Comparable, Singleton
- Defined in:
- lib/sproutcore/buildfile/early_time.rb
Overview
EarlyTime is a fake timestamp that occurs before any other time value. Borrowed from Rake 0.8.3
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
18 19 20 |
# File 'lib/sproutcore/buildfile/early_time.rb', line 18 def <=>(other) -1 end |
#to_s ⇒ Object
22 23 24 |
# File 'lib/sproutcore/buildfile/early_time.rb', line 22 def to_s "<EARLY TIME>" end |