class Utils::LineBlamer

def perform(options = '')

def perform(options = '')
  `git blame #{options} -L #@lineno,+1 "#@file"`
end