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