# File lib/tramp/arel_monkey_patches.rb, line 41 def update(assignments, &block) session.update(Arel::Update.new(self, assignments), &block) end