lib/rom/commands/delete.rb in rom-0.7.1 vs lib/rom/commands/delete.rb in rom-0.8.0

- old
+ new

@@ -6,17 +6,9 @@ # # This command removes tuples from its target relation # # @abstract class Delete < Command - attr_reader :target - - # @api private - def initialize(relation, options = {}) - super - @target = options[:target] || relation - end - # @see AbstractCommand#call def call(*args) assert_tuple_count super end