Method: Sequel::Postgres::JSONOp#pg_json
- Defined in:
- lib/sequel/extensions/pg_json_ops.rb
#pg_json ⇒ Object
Return the receiver, since it is already a JSONOp.
563 564 565 |
# File 'lib/sequel/extensions/pg_json_ops.rb', line 563 def pg_json self end |