Flowdock
method

method_missing

Importance_0
v3.1.0 - Show latest stable - 0 notes - Class: Proxy
method_missing(method_sym, *arguments, &block) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb, line 449
        def method_missing(method_sym, *arguments, &block)
          @body.send(method_sym, *arguments, &block)
        end
Register or log in to add new notes.