Sha256: 30479cf74291fda5fb15b54182e6a3018cad7755061c72aef4c813bc44fd4170
Contents?: true
Size: 255 Bytes
Versions: 194
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
194 entries across 189 versions & 17 rubygems