Sha256: 3015d8060566b8e6f466d4159bab3018fd9c8c000bfd0fe2c6252edc9d3b068a
Contents?: true
Size: 288 Bytes
Versions: 4
Compression:
Stored size: 288 Bytes
Contents
# this loads all of "git-conform" lib = File.expand_path('lib', __dir__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'git/conform' # utility function to set pry context # to an instance of <Rugged::Repository> def repository pry Rugged::Repository.new(Dir.pwd) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
git-conform-1.3.0 | .pryrc |
git-conform-1.2.1 | .pryrc |
git-conform-1.1.0 | .pryrc |
git-conform-1.0.0 | .pryrc |