Class: ROM::Files::Commands::Delete

Inherits:
Commands::Delete
  • Object
show all
Defined in:
lib/rom/files/commands/delete.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



11
12
13
# File 'lib/rom/files/commands/delete.rb', line 11

def execute
  relation.each { |tuple| source.delete(tuple) }
end