Sha256: 8fef62a9432c1bcb8db2736f9ea2959dd138c66713a0317200428fd46d3b2441
Contents?: true
Size: 407 Bytes
Versions: 1
Compression:
Stored size: 407 Bytes
Contents
$LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) require '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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-semaphore-2.1.0 | .pryrc |