Method: Utils::LineBlamer#perform

Defined in:
lib/utils/line_blamer.rb

#perform(options = '') ⇒ Object



19
20
21
# File 'lib/utils/line_blamer.rb', line 19

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