Skip to content

Commit

Permalink
require early time in Time extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Nov 11, 2012
1 parent 954729c commit 95ca347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rake/ext/time.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#--
# Extensions to time to allow comparisons with an early time class.

require 'rake/early_time'

class Time
alias rake_original_time_compare :<=>
def <=>(other)
Expand Down

0 comments on commit 95ca347

Please sign in to comment.