Sha256: 66c28f531b664dd12aa0989d7d277cb6e17d5a3f477b1fda59574041b2e50595
Contents?: true
Size: 275 Bytes
Versions: 15
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true require 'rom/command' module ROM module Commands # Update command # # This command updates all tuples in its relation with new attributes # # @abstract class Update < Command restrictable true end end end
Version data entries
15 entries across 15 versions & 1 rubygems