module Artifactory

def root

Returns:
  • (Pathname) -
def root
  @root ||= Pathname.new(File.expand_path("../../", __FILE__))
end