# File lib/rvm/shell/single_shot_wrapper.rb, line 27
      def run_command_silently(command)
        with_shell_instance do
          stdin.puts silent_command(command)
        end
      end