# File lib/bundler.rb, line 221 def sudo(str) `sudo -p 'Enter your password to install the bundled RubyGems to your system: ' #{str}` end