# File lib/tramp/arel_monkey_patches.rb, line 37 def insert(record, &block) session.create(Arel::Insert.new(self, record), &block) end