Let ActiveSupport::BasicObject at least raise exceptions.
Source: show | on GitHub
# File activesupport/lib/active_support/basic_object.rb, line 16 16: def raise(*args) 17: ::Object.send(:raise, *args) 18: end