Class: Arel::Update
- Inherits:
-
Object
- Object
- Arel::Update
- Defined in:
- lib/tramp/arel_monkey_patches.rb
Instance Method Summary collapse
Instance Method Details
#call(&block) ⇒ Object
63 64 65 |
# File 'lib/tramp/arel_monkey_patches.rb', line 63 def call(&block) engine.update(self, &block) end |