Sha256: 211f9a11ee706f639abf41ce15e35a6ec53ede00d1dd8bdb1d9574130316a0b3
Contents?: true
Size: 292 Bytes
Versions: 15
Compression:
Stored size: 292 Bytes
Contents
#!/usr/bin/env ruby # This is myserver.rb, an example server that is to be controlled by daemons # and that does nothing really useful at the moment. # # Don't run this script by yourself, it can be controlled by the ctrl*.rb scripts. loop do puts 'ping from myserver.rb!' sleep(3) end
Version data entries
15 entries across 13 versions & 4 rubygems