Method: Rugged::Blob#hashsig
- Defined in:
- lib/rugged/blob.rb
permalink #hashsig(options = 0) ⇒ Object
[View source]
14 15 16 |
# File 'lib/rugged/blob.rb', line 14 def hashsig( = 0) @hashsig ||= HashSignature.new(self, ) end |
14 15 16 |
# File 'lib/rugged/blob.rb', line 14 def hashsig( = 0) @hashsig ||= HashSignature.new(self, ) end |