X7ROOT File Manager
Current Path:
/opt/alt/ruby19/lib64/ruby/1.9.1/rake/ext
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
rake
/
ext
/
ðŸ“
..
📄
core.rb
(713 B)
📄
module.rb
(1.16 KB)
📄
string.rb
(5.61 KB)
📄
time.rb
(266 B)
Editing: 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
Upload File
Create Folder