Sha256: 1fc3c77fea45da0b19c1f57833f6b20c788e398a2f4862dab51ec8bb7aaa1afd
Contents?: true
Size: 293 Bytes
Versions: 18
Compression:
Stored size: 293 Bytes
Contents
module DtkCommon class GitRepo::Adapter::Rugged class Blob < Obj def initialize(repo_branch,rugged_blob) super(repo_branch) @rugged_blob = rugged_blob end def content() lookup(@rugged_blob[:oid]).read_raw.data end end end end
Version data entries
18 entries across 18 versions & 1 rubygems