method

allow?

allow?()
private

No documentation available.

# File lib/bundler/source/git/git_proxy.rb, line 223
        def allow?
          @git ? @git.allow_git_ops? : true
        end