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.
ActiveSupport::ProxyObject
1 parent cc7f0b0 commit 35e3ff3Copy full SHA for 35e3ff3
activesupport/CHANGELOG.md
@@ -13,7 +13,7 @@
13
14
*heka1024*
15
16
-* Deprecate `ActiveSupport::ProxyObject` in favor of Ruby's buildin `BasicObject`
+* Deprecate `ActiveSupport::ProxyObject` in favor of Ruby's built-in `BasicObject`
17
18
*Earlopain*
19
activesupport/lib/active_support/proxy_object.rb
@@ -13,7 +13,7 @@ def raise(*args)
def self.inherited(_subclass)
::ActiveSupport.deprecator.warn(<<~MSG)
ActiveSupport::ProxyObject is deprecated and will be removed in Rails 7.3.
- Use Ruby's buildin BasicObject instead.
+ Use Ruby's built-in BasicObject instead.
MSG
end
0 commit comments