# File lib/innodb/log_group.rb, line 14 def each_log unless block_given? return enum_for(:each_log) end @logs.each do |log| yield log end end