PHP 8.2.31
Preview: time.rb Size: 266 B
//proc/thread-self/root/opt/alt/ruby19/lib64/ruby/1.9.1/rake/ext/time.rb

#--
# Extensions to time to allow comparisons with an early time class.

class Time
  alias rake_original_time_compare :<=>
  def <=>(other)
    if Rake::EarlyTime === other
      - other.<=>(self)
    else
      rake_original_time_compare(other)
    end
  end
end

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
713 B lrw-r--r-- 2011-06-23 22:11:55
Edit Download
1.16 KB lrw-r--r-- 2011-06-23 22:11:55
Edit Download
5.61 KB lrw-r--r-- 2011-06-23 22:11:55
Edit Download
266 B lrw-r--r-- 2011-06-28 02:45:29
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).