148 149 150 151
# File 'lib/git/log.rb', line 148 def each(&block) check_log @commits.each(&block) end