Method: Couchbase::ConnectionPool#method_missing
- Defined in:
- lib/couchbase/connection_pool.rb
#method_missing(name, *args, &block) ⇒ Object
40 41 42 43 |
# File 'lib/couchbase/connection_pool.rb', line 40 def method_missing(name, *args, &block) define_proxy_method(name) send(name, *args, &block) end |