Sha256: 98c91f899a70df2ffb95f9acb9ce27a9cd2276ec387ee20e9ab06ad29c6ab787
Contents?: true
Size: 390 Bytes
Versions: 3
Compression:
Stored size: 390 Bytes
Contents
# encoding: utf-8 module Axiom class Optimizer class Aggregate # Abstract base class representing StandardDeviation optimizations class StandardDeviation < self Axiom::Aggregate::StandardDeviation.optimizer = chain( UnoptimizedOperand ) end # class StandardDeviation end # class Aggregate end # class Optimizer end # module Axiom
Version data entries
3 entries across 3 versions & 1 rubygems