# File lib/innodb/list.rb, line 187 def each_node unless block_given? return enum_for(:each_node) end while n = node yield n end end