# File lib/buildr/core/checks.rb, line 216
    def exist?()
      File.exist?(name)
    end