Class: Arel::Insert
- Inherits:
-
Object
- Object
- Arel::Insert
- Defined in:
- lib/tramp/arel_monkey_patches.rb
Instance Method Summary collapse
Instance Method Details
#call(&block) ⇒ Object
57 58 59 |
# File 'lib/tramp/arel_monkey_patches.rb', line 57 def call(&block) engine.create(self, &block) end |