module Bundler

def sudo(str)

def sudo(str)
  `sudo -p 'Enter your password to install the bundled RubyGems to your system: ' -E #{str}`
end