Sha256: 58ba6c02fa53117fe2bff60168118c857366ceb9f2df8bcdd98490b5b96cd1bd
Contents?: true
Size: 272 Bytes
Versions: 187
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true module ActiveRecord module ConnectionAdapters module PostgreSQL module OID # :nodoc: class BitVarying < OID::Bit # :nodoc: def type :bit_varying end end end end end end
Version data entries
187 entries across 182 versions & 15 rubygems