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