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