Sha256: 12832d3a7b0040b60285fa5a994cfbb374390412c2bff2b142ef615d4198c951
Contents?: true
Size: 225 Bytes
Versions: 13
Compression:
Stored size: 225 Bytes
Contents
module Lrama class Counterexamples class ProductionPath < Path def type :production end def transition? false end def production? true end end end end
Version data entries
13 entries across 13 versions & 1 rubygems