class Range
Public Instance Methods
Source
# File lib/sequel/extensions/pg_range.rb 556 def pg_range(db_type=nil) 557 Sequel::Postgres::PGRange.from_range(self, db_type) 558 end
Create a new PGRange using the receiver as the input range, with the given database type.