class Rake::LateTime
LateTime is a fake timestamp that occurs after any other time value.
Public Instance Methods
          <=>(other)
          
          click to toggle source
          
        
        
        # File lib/rake/late_time.rb, line 7 def <=>(other) 1 end
          to_s()
          
          click to toggle source
          
        
        
        # File lib/rake/late_time.rb, line 11 def to_s '<LATE TIME>' end