We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758e223 commit 02a48fbCopy full SHA for 02a48fb
activesupport/lib/active_support/duration.rb
@@ -122,13 +122,6 @@ def sum(sign, time = ::Time.current) #:nodoc:
122
123
private
124
125
- # We define it as a workaround to Ruby 2.0.0-p353 bug.
126
- # For more information, check rails/rails#13055.
127
- # Remove it when we drop support for 2.0.0-p353.
128
- def ===(other) #:nodoc:
129
- value === other
130
- end
131
-
132
def method_missing(method, *args, &block) #:nodoc:
133
value.send(method, *args, &block)
134
end
0 commit comments