fix reference to ActiveSupport::ProxyObject

This commit is contained in:
Matt Bridges 2013-01-13 23:59:14 -06:00
parent c22989d326
commit bc9433f495

@ -5,7 +5,7 @@ class ProxyObject < ::BasicObject
undef_method :==
undef_method :equal?
# Let ActiveSupport::BasicObject at least raise exceptions.
# Let ActiveSupport::ProxyObject at least raise exceptions.
def raise(*args)
::Object.send(:raise, *args)
end