39 40 41 42 43 44
# File 'lib/linkterm.rb', line 39 def each(&b) tmp = self begin b[tmp] end while(tmp = tmp.next) end