Method: Sequel::Postgres::JSONBHash#op

Defined in:
lib/sequel/extensions/pg_json_ops.rb

#opObject

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


1385
1386
1387
# File 'lib/sequel/extensions/pg_json_ops.rb', line 1385

def op
  JSONBOp.new(self)
end