ruby 删除文件

          f = "app/assets/#{vm.uuid}.rrd"
          if FileTest::exist?(f)
            File.delete(f)
          end