Sha256: 9d33c7ff745ca4946e644f60c95bda0ada3fd3b6eab7436e7b9fa7801bbb137c
Contents?: true
Size: 250 Bytes
Versions: 12
Compression:
Stored size: 250 Bytes
Contents
module AgnosticBackend module Queryable module Criteria class Criterion < TreeNode def initialize(components = [], context = nil) super end alias_method :components, :children end end end end
Version data entries
12 entries across 12 versions & 1 rubygems