Object
Wrap the JSONBHash instance in an JSONBOp, allowing you to easily use the PostgreSQL jsonb functions and operators with literal jsonbs.
JSONBHash
JSONBOp
# File lib/sequel/extensions/pg_json_ops.rb 629 def op 630 JSONBOp.new(self) 631 end