Method: RJGit::Blob#bytesize

Defined in:
lib/blob.rb

#bytesizeObject

The size of this blob in bytes

Returns Integer



24
25
26
# File 'lib/blob.rb', line 24

def bytesize
  @bytesize ||= @jrepo.open(@jblob).get_size 
end