Sha256: cbe0c955f467db53eca3cbe45c0866840415684e01e3fc2f6e9ae1006c2eb28a
Contents?: true
Size: 273 Bytes
Versions: 66
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module ActiveRecord module ConnectionAdapters module CipherStashPG module OID # :nodoc: class Oid < Type::UnsignedInteger # :nodoc: def type :oid end end end end end end
Version data entries
66 entries across 32 versions & 1 rubygems