Sha256: 2aa3f87a8a70d5da5741cf18fe382f3c74191cac8e01c8bbec36ff0fac99a467
Contents?: true
Size: 406 Bytes
Versions: 2
Compression:
Stored size: 406 Bytes
Contents
# this loads all of "git semaphore" load "exe/git-semaphore" unless Kernel.const_defined? 'Git::Semaphore' # utility function to set pry context # to an instance of <Rugged::Repository> def repository() pry Git::Semaphore.git_repo ; end # utility function to set pry context # to an instance of <Git::Semaphore::Project> def project() pry Git::Semaphore::Project.from_repo(Git::Semaphore.git_repo) ; end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-semaphore-2.0.1 | .pryrc |
git-semaphore-2.0.0 | .pryrc |