Sha256: 9751a1c9e03da9634f02a0930cf63189a935e2e8bd3d37fbd3d477fc203b0262

Contents?: true

Size: 195 Bytes

Versions: 13

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env ruby

10000.times do 
  $stdout.write "A non-hydra message...\n"
  $stdout.flush
end

$stdout.write "{:class=>Hydra::Messages::TestMessage, :text=>\"My message\"}\n"
$stdout.flush

Version data entries

13 entries across 13 versions & 6 rubygems

Version Path
ngauthier-hydra-0.24.0 test/fixtures/many_outputs_to_console.rb
nulogy-hydra-0.26.0 test/fixtures/many_outputs_to_console.rb
arturop-hydra-0.25.0 test/fixtures/many_outputs_to_console.rb
arturop-hydra-0.24.0 test/fixtures/many_outputs_to_console.rb
hydra-0.24.0 test/fixtures/many_outputs_to_console.rb
nulogy-hydra-0.23.2.1 test/fixtures/many_outputs_to_console.rb
justinf-hydra-0.23.8 test/fixtures/many_outputs_to_console.rb
justinf-hydra-0.23.7 test/fixtures/many_outputs_to_console.rb
justinf-hydra-0.23.6 test/fixtures/many_outputs_to_console.rb
justinf-hydra-0.23.5 test/fixtures/many_outputs_to_console.rb
justinf-hydra-0.23.4 test/fixtures/many_outputs_to_console.rb
arturop-hydra-0.23.4 test/fixtures/many_outputs_to_console.rb
sskirby-hydra-0.23.3 test/fixtures/many_outputs_to_console.rb