class Utils::LineBlamer

def perform(options = '')

def perform(options = '')
  `git 2>/dev/null blame #{options} -L #@lineno,+1 "#@file"`.full?
end