Sha256: 57daecb660d2978acf31df0e58c55818437c34089aa74135f77ffe4fa6c08b45
Contents?: true
Size: 366 Bytes
Versions: 124
Compression:
Stored size: 366 Bytes
Contents
# 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!' puts 'this example server will crash in 3 seconds...' sleep(3) puts 'CRASH!' raise 'CRASH!' end
Version data entries
124 entries across 124 versions & 12 rubygems