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