Sha256: 30479cf74291fda5fb15b54182e6a3018cad7755061c72aef4c813bc44fd4170
Contents?: true
Size: 255 Bytes
Versions: 193
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module ActiveRecord module ConnectionAdapters module PostgreSQL module OID # :nodoc: class Inet < Cidr # :nodoc: def type :inet end end end end end end
Version data entries
193 entries across 188 versions & 16 rubygems