Sha256: c1183ae34a204d128c7a5290c9266f93f04e9b87e1781a7646a4719e6860301b

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

module Lrama
  class Counterexamples
    class TransitionPath < Path
      def type: () -> :transition

      def transition?: () -> true

      def production?: () -> false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lrama-0.7.0 sig/lrama/counterexamples/transition_path.rbs
lrama-0.6.11 sig/lrama/counterexamples/transition_path.rbs