From 8ae3ed3f6cd6ead9759522d9d7ef37aac5bda92d Mon Sep 17 00:00:00 2001 From: Akshay Vishnoi Date: Fri, 23 May 2014 23:23:27 +0530 Subject: [ci skip] Remove Duration#=== when we drop support for 2.0.0-p353 --- activesupport/lib/active_support/duration.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/duration.rb b/activesupport/lib/active_support/duration.rb index 09eb732ef7..0ae641d05b 100644 --- a/activesupport/lib/active_support/duration.rb +++ b/activesupport/lib/active_support/duration.rb @@ -105,8 +105,7 @@ module ActiveSupport # We define it as a workaround to Ruby 2.0.0-p353 bug. # For more information, check rails/rails#13055. - # It should be dropped once a new Ruby patch-level - # release after 2.0.0-p353 happens. + # Remove it when we drop support for 2.0.0-p353. def ===(other) #:nodoc: value === other end -- cgit v1.2.3