/
/
opt
/
alt
/
ruby21
/
lib64
/
ruby
/
2.1.0
/
rake
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.52
PHP 8.3.16
Dir:
/opt/alt/ruby21/lib64/ruby/2.1.0/rake
Edit:
/opt/alt/ruby21/lib64/ruby/2.1.0/rake/early_time.rb
module Rake # EarlyTime is a fake timestamp that occurs _before_ any other time value. class EarlyTime include Comparable include Singleton def <=>(other) -1 end def to_s "<EARLY TIME>" end end EARLY = EarlyTime.instance end
Ukuran: 273 B