method
method_missing
v2_6_3 -
Show latest stable
- Class:
Bundler::DepProxy
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