Method: ChefApply::Config.exist?

Defined in:
lib/chef_apply/config.rb

.exist?Boolean

Returns:

  • (Boolean)


88
89
90
# File 'lib/chef_apply/config.rb', line 88

def exist?
  File.exist? location
end