# File lib/ruby_toggle_file.rb, line 39
  def exist(file)
    file if File.exist? file
  end