Method: Rugged::Blob#hashsig

Defined in:
lib/rugged/blob.rb

#hashsig(options = 0) ⇒ Object

[View source]

14
15
16
# File 'lib/rugged/blob.rb', line 14

def hashsig(options = 0)
  @hashsig ||= HashSignature.new(self, options)
end