Sha256: 2c3515ada92650a6facde74f2a95504a5dc7a441c982ff6732ff0e63d8e39a2f

Contents?: true

Size: 120 Bytes

Versions: 7

Compression:

Stored size: 120 Bytes

Contents

#!/usr/bin/env ruby
# Echoes back to the sender
$stdout.sync = true
while line = $stdin.gets
  $stdout.write(line)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydra-0.7.0 test/fixtures/echo_the_dolphin.rb
hydra-0.6.0 test/fixtures/echo_the_dolphin.rb
hydra-0.5.0 test/fixtures/echo_the_dolphin.rb
hydra-0.4.1 test/fixtures/echo_the_dolphin.rb
hydra-0.4.0 test/fixtures/echo_the_dolphin.rb
hydra-0.3.0 test/echo_the_dolphin.rb
hydra-0.2.0 test/echo_the_dolphin.rb