class Git::Log

def each(&block)

def each(&block)
  check_log
  @commits.each(&block)
end