method
allow_git_ops?
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git
allow_git_ops?()public
No documentation available.
# File lib/bundler/source/git.rb, line 228
def allow_git_ops?
@allow_remote || @allow_cached
end