class ActiveRecord::ConnectionAdapters::PostgreSQL::OID::SpecializedString

:nodoc:
:nodoc:

def initialize(type, **options)

def initialize(type, **options)
  @type = type
  super(**options)
end