File: good_ipv4.rb

package info (click to toggle)
ruby-excon 0.112.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,232 kB
  • sloc: ruby: 7,855; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby

require File.join(File.expand_path(File.dirname(__FILE__)), 'good')

EM.run do
  EM.start_server("127.0.0.1", 9292, GoodServer)
  $stderr.puts "ready"
end