Sha256: b7f6f9274e1e8135020eedce432c459efb4532330982749bbf6e9a48a0f29687
Contents?: true
Size: 207 Bytes
Versions: 25
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module Dynflow module TransactionAdapters class None < Abstract def transaction(&block) block.call end def rollback end end end end
Version data entries
25 entries across 25 versions & 1 rubygems