Method: CodeHunter::GitBlamer#invoke

Defined in:
lib/code_hunter/git_blamer.rb

#invokeObject



22
23
24
# File 'lib/code_hunter/git_blamer.rb', line 22

def invoke
  `git blame #{File.realpath(@path)} -L #@line,+1 -l -p`
end