:nocov:
Public Instance methods
op()
Wrap the JSONArray
instance in an JSONOp
, allowing you to easily use the PostgreSQL json functions and operators with literal jsons.
[show source]
# File lib/sequel/extensions/pg_json_ops.rb 1361 def op 1362 JSONOp.new(self) 1363 end