# File lib/aruba/api.rb, line 41
    def remove_file(file_name)
      in_current_dir do
        FileUtils.rm(file_name)
      end
    end