Sha256: 285590bfe1bf5b02984557abe7e038faa398f4d7ecf1f2821af0dc6622797aaa
Contents?: true
Size: 308 Bytes
Versions: 16
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Opera module Operation module Instructions module Executors class FinishIf < Executor def call(instruction) instruction[:kind] = :step operation.finish! if super end end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems