On this page
class ActiveSupport::ProxyObject
A class with no predefined methods that behaves similarly to Builder's BlankSlate. Used for proxy classes.
Public Instance Methods
# File activesupport/lib/active_support/proxy_object.rb, line 9
def raise(*args)
::Object.send(:raise, *args)
end
Let ActiveSupport::ProxyObject at least raise exceptions.
© 2004–2018 David Heinemeier Hansson
Licensed under the MIT License.