BasicObject
A class with no predefined methods that behaves similarly to Builder’s BlankSlate. Used for proxy classes.
Let ActiveSupport::BasicObject at least raise exceptions.
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/activesupport-3.0.9/lib/active_support/basic_object.rb, line 10 def raise(*args) ::Object.send(:raise, *args) end
Generated with the Darkfish Rdoc Generator 2.