Sha256: 038d5a75f38e7031e7f498ca6d61b034f6006305ce17e24174e02cd41a63cbd2
Contents?: true
Size: 445 Bytes
Versions: 3
Compression:
Stored size: 445 Bytes
Contents
# encoding: utf-8 module Axiom class Optimizer module Function class Predicate # Abstract base class representing Match optimizations class Match < self Axiom::Function::Predicate::Match.optimizer = chain( ConstantOperands, UnoptimizedOperands ) end # class Match end # class Predicate end # module Function end # class Optimizer end # module Axiom
Version data entries
3 entries across 3 versions & 1 rubygems