class Sequel::Postgres::JSONBArray

Public Instance Methods

op() click to toggle source

Wrap the JSONBArray instance in an JSONBOp, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.

# File lib/sequel/extensions/pg_json_ops.rb, line 743
def op
  JSONBOp.new(self)
end