# File lib/bundler/ui/shell.rb, line 77 def silence old_level = @level @level = "silent" yield ensure @level = old_level end