Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more

In Files

  • rake/early_time.rb

Parent

Methods

Included Modules

Rake::EarlyTime

EarlyTime is a fake timestamp that occurs before any other time value.

Public Instance Methods

<=>(other) click to toggle source
 
               # File rake/early_time.rb, line 8
def <=>(other)
  -1
end
            
to_s() click to toggle source
 
               # File rake/early_time.rb, line 12
def to_s
  "<EARLY TIME>"
end