Method: RJGit::Blob#data

Defined in:
lib/blob.rb

#dataObject

The binary contents of this blob. Returns String



38
39
40
# File 'lib/blob.rb', line 38

def data
  @data ||= RJGit::Porcelain.cat_file(@jrepo, @jblob) 
end