A class with no predefined methods that behaves similarly to Builder’s BlankSlate. Used for proxy classes.
Methods
- R
Instance Public methods
Let ActiveSupport::BasicObject at least raise exceptions.
Source: show
# File activesupport/lib/active_support/basic_object.rb, line 10 def raise(*args) ::Object.send(:raise, *args) end