method
new
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::OID::SpecializedString
new(type, **options)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb, line 10
def initialize(type, **options)
@type = type
super(**options)
end