class ActiveSupport::Duration

def ===(other) #:nodoc:

:nodoc:
Remove it when we drop support for 2.0.0-p353.
For more information, check rails/rails#13055.
We define it as a workaround to Ruby 2.0.0-p353 bug.
def ===(other) #:nodoc:
  value === other
end