Class: Arel::Deletion

Inherits:
Object
  • Object
show all
Defined in:
lib/tramp/arel_monkey_patches.rb

Instance Method Summary collapse

Instance Method Details

#call(&block) ⇒ Object



51
52
53
# File 'lib/tramp/arel_monkey_patches.rb', line 51

def call(&block)
  engine.delete(self, &block)
end