method
new
rails latest stable - Class:
ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Range
new(subtype, type = :range)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/postgresql/oid/range.rb, line 11
def initialize(subtype, type = :range)
@subtype = subtype
@type = type
end