Parent

Methods

Class/Module Index [+]

Quicksearch

ActiveSupport::BasicObject

A class with no predefined methods that behaves similarly to Builder’s BlankSlate. Used for proxy classes.

Public Instance Methods

raise(*args) click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.