32 33 34
# File 'lib/blob.rb', line 32 def blame(options={}) @blame ||= RJGit::Porcelain.blame(@jrepo, @path, options) end