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/early_time.rb, line 8
 8:     def <=>(other)
 9:       1
10:     end
to_s() click to toggle source
    # File lib/rake/early_time.rb, line 12
12:     def to_s
13:       "<EARLY TIME>"
14:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.