Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
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