# File lib/tramp/arel_monkey_patches.rb, line 33 def each(&block) session.read(self) {|rows| rows.each {|r| block.call(r) } } end