module Sequel::Postgres::InetOpMethods

def pg_inet

inet functions and operators with it.
Wrap the receiver in an InetOp so you can easily use the PostgreSQL
def pg_inet
  InetOp.new(self)
end