Sha256: 62ba7c19c204a38a0aa1a8a09a57df6424eb18c00a3b9d57b0bc8984340ea3cf
Contents?: true
Size: 251 Bytes
Versions: 28
Compression:
Stored size: 251 Bytes
Contents
module Pact module Provider module Configuration class ServiceProviderConfig def initialize &app_block @app_block = app_block end def app @app_block.call end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems