Sha256: 9f8773aca40edac90cced8ce927f14bbe302c97fb49966796f6abd0265d0b926
Contents?: true
Size: 219 Bytes
Versions: 14
Compression:
Stored size: 219 Bytes
Contents
module Cassanity module ArgumentGenerators class IndexDrop # Internal def call(args = {}) name = args.fetch(:name) cql = "DROP INDEX #{name}" [cql] end end end end
Version data entries
14 entries across 14 versions & 1 rubygems