Sha256: 8e98a77c6f5913fd5e18cb5c05e398e65b47d82135cad3b2f1e0ae46b7264a64
Contents?: true
Size: 248 Bytes
Versions: 12
Compression:
Stored size: 248 Bytes
Contents
module AgnosticBackend module Queryable module Operations class Operation < TreeNode def initialize(operands = [], context = nil) super end alias_method :operands, :children end end end end
Version data entries
12 entries across 12 versions & 1 rubygems