# File lib/tramp/arel_monkey_patches.rb, line 29 def first(&block) session.read(self) {|rows| block.call(rows[0]) } end