class Steep::Project

def absolute_path(path)

def absolute_path(path)
  (base_dir + path).cleanpath
end