method
git_null
v2_6_3 -
Show latest stable
- Class:
Bundler::Source::Git::GitProxy
git_null(command)private
TODO: Do not rely on /dev/null. Given that open3 is not cross platform until Ruby 1.9.3, the best solution is to pipe to /dev/null if it exists. If it doesn’t, everything will work fine, but the user will get the $stderr messages as well.