Method: Aggkit::Env::Project#core?

Defined in:
lib/aggkit/env.rb

#core?(path) ⇒ Boolean

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