Sha256: 0d67ee789543d7813adc4d507ebdd77cc9fd12e4b602c96d860be02e36c70b37
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true require "rom/command" module ROM module Commands # Delete command # # This command removes tuples from its target relation # # @abstract class Delete < Command config.restrictable = true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-6.0.0.alpha1 | lib/rom/commands/delete.rb |