Closed Earlopain closed 6 months ago
It has been deprecated in https://github.com/rails/rails/pull/51638
Note that ProxyObject defines the raise method. So it must now be called explicitly from Kernel since BasicObject doesn't do that.
ProxyObject
raise
BasicObject
It has been deprecated in https://github.com/rails/rails/pull/51638
Note that
ProxyObject
defines theraise
method. So it must now be called explicitly from Kernel sinceBasicObject
doesn't do that.