# File lib/dotenv.rb, line 82
  def ignoring_nonexistent_files
    yield
  rescue Errno::ENOENT
  end