Method: CFRuntime::MongoConnection#method_missing

Defined in:
lib/cf-runtime/mongodb.rb

#method_missing(method, *args, &block) ⇒ Object (protected)



80
81
82
# File 'lib/cf-runtime/mongodb.rb', line 80

def method_missing(method, *args, &block)
  @target.send(method, *args, &block)
end