method

method_missing

method_missing(*args, &blk)
private

No documentation available.

# File lib/bundler/dep_proxy.rb, line 44
    def method_missing(*args, &blk)
      @dep.send(*args, &blk)
    end