Method: Sequel::Postgres::JSONBOp#pg_jsonb
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
permalink #pg_jsonb ⇒ Object
Return the receiver, since it is already a JSONBOp.
777 778 779 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 777 def pg_jsonb self end |