method
allow?
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git::GitProxy
allow?()private
No documentation available.
# File lib/bundler/source/git/git_proxy.rb, line 223
def allow?
@git ? @git.allow_git_ops? : true
end