Sha256: 3e12914aa9e08944440e6abddaa2e804f61b5213122868002c417fb4b94a44f0
Contents?: true
Size: 260 Bytes
Versions: 10
Compression:
Stored size: 260 Bytes
Contents
require 'pathname' module Rugged class Diff class Delta def repo diff.tree.repo end def new_file_full_path repo_path = Pathname.new(repo.path).parent repo_path.join(new_file[:path]) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems