Sha256: 8fd8f0d608b81300c4c18c7f56db03349619255a61c3ec0983cbc687ea944c1e
Contents?: true
Size: 293 Bytes
Versions: 127
Compression:
Stored size: 293 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
127 entries across 127 versions & 13 rubygems