Public Instance methods
op()
Wrap the JSONBArray
instance in an JSONBOp
, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.
[show source]
# File lib/sequel/extensions/pg_json_ops.rb 1393 def op 1394 JSONBOp.new(self) 1395 end