Class: Rake::LateTime
- Includes:
- Comparable, Singleton
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb
Overview
LateTime is a fake timestamp that occurs after any other time value.
Instance Method Summary collapse
Methods included from Singleton
Instance Method Details
#<=>(other) ⇒ Object
8 9 10 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb', line 8 def <=>(other) 1 end |
#to_s ⇒ Object
12 13 14 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rake-13.0.6/lib/rake/late_time.rb', line 12 def to_s "<LATE TIME>" end |