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