class Avm::Git::Scms::GitSubrepo

def subpath

Returns:
  • (Pathname) -
def subpath
  path.expand_path.relative_path_from(git_repo.root_path.expand_path)
end