module Sequel::Postgres::InetOpMethods
Public Instance Methods
pg_inet()
click to toggle source
Wrap the receiver in an InetOp so you can easily use the PostgreSQL inet functions and operators with it.
# File lib/sequel/extensions/pg_inet_ops.rb, line 163 def pg_inet InetOp.new(self) end