In Files

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 lib/rake.rb, line 1629
def <=>(other)
  -1
end
to_s() click to toggle source
# File lib/rake.rb, line 1633
def to_s
  "<EARLY TIME>"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.