Sha256: 25158db5027ae169089645199342a8afe28c5f99a9bcb06106750fc88f40c6b0
Contents?: true
Size: 452 Bytes
Versions: 79
Compression:
Stored size: 452 Bytes
Contents
require("cipherstash-pg") unless defined? CipherStashPG class CipherStashPG::BasicTypeMapBasedOnResult < CipherStashPG::TypeMapByOid include(CipherStashPG::BasicTypeRegistry::Checker) def initialize(connection_or_coder_maps, registry: nil) @coder_maps = build_coder_maps(connection_or_coder_maps, :registry => registry) @coder_maps.each_format(:encoder).flat_map { |f| f.coders }.each do |coder| add_coder(coder) end end end
Version data entries
79 entries across 79 versions & 1 rubygems