# File lib/rvm/shell/abstract_wrapper.rb, line 120
      def silent_command(command)
        "{ #{command}; } >/dev/null 2>&1"
      end