hydra/test/fixtures/hello_world.rb

4 lines
115 B
Ruby
Raw Normal View History

#!/usr/bin/env ruby
$stdout.write "{:class=>Hydra::Messages::TestMessage, :text=>\"Hello World\"}\n"
$stdout.flush