# File lib/rvm/shell/utility.rb, line 31
      def build_cli_call(command, args = nil)
        "#{command} #{escape_arguments(args)}".strip
      end