Sha256: 7b6f6a8b1fd32d3374df6cfc2bc4803cd7c8c92e238fbc1df1b5e684ba44f649
Contents?: true
Size: 267 Bytes
Versions: 11
Compression:
Stored size: 267 Bytes
Contents
module Arel module Nodes # https://www.postgresql.org/docs/9.4/functions-json.html#FUNCTIONS-JSON-OP-TABLE class JsonPathGetField < Arel::Nodes::InfixOperation def initialize(left, right) super(:'#>>', left, right) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems