Sha256: 92193aa25fc7373479c11b163d1eecd7296383c697b0281b60afcee80ef5a012
Contents?: true
Size: 241 Bytes
Versions: 16
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module Floe class Workflow module States class Parallel < Floe::Workflow::State def initialize(*) super raise NotImplementedError end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems