instance method
raise
Ruby on Rails 4.0.13
Since v4.0.13 Last seen in v7.1.6Signature
raise(*args)
Let ActiveSupport::ProxyObject at least raise exceptions.
Parameters
-
argsrest
Source
# File activesupport/lib/active_support/proxy_object.rb, line 9
def raise(*args)
::Object.send(:raise, *args)
end
Defined in activesupport/lib/active_support/proxy_object.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ProxyObject