Sha256: 700c032079ce68c6a1b5dc61d991501c84330335d456aa08331be0c40dcb3684
Contents?: true
Size: 276 Bytes
Versions: 30
Compression:
Stored size: 276 Bytes
Contents
# !SLIDE :capture_code_output true # Local Process with delay option. require 'example_helper' pr DelayedService.asir. _configure{|req, p| req.delay = 5}. do_it(Time.now) # !SLIDE END # EXPECT: : client process # EXPECT: DelayedService.do_it => :ok # EXPECT: : pr: :ok
Version data entries
30 entries across 30 versions & 1 rubygems