module StoryGuard::GitReader
Public Class Methods
grep_log(string)
click to toggle source
# File lib/story_guard/git_reader.rb, line 3 def self.grep_log(string) `git log --grep '#{string}'` end
# File lib/story_guard/git_reader.rb, line 3 def self.grep_log(string) `git log --grep '#{string}'` end