Returns:
234 235 236
# File 'lib/aggkit/env.rb', line 234 def core?(path) return File.realpath(File.expand_path(path)) if File.exist?("#{path}/.core") end