Sha256: 34f12e20e08606bc5b3cbe32c35779385aaaef1e501e6b1b684fd12390e6bb56
Contents?: true
Size: 293 Bytes
Versions: 43
Compression:
Stored size: 293 Bytes
Contents
module ActiveRecord module ConnectionAdapters module PostgreSQL module OID # :nodoc: class SpecializedString < Type::String # :nodoc: attr_reader :type def initialize(type) @type = type end end end end end end
Version data entries
43 entries across 43 versions & 4 rubygems