# File lib/rvm/shell/abstract_wrapper.rb, line 69
      def run(command, *arguments)
        expanded_command = build_cli_call(command, arguments)
        status, out, err = run_command(expanded_command)
        Result.new(expanded_command, status, out, err)
      end