Base
Backend to act as a Swiftiply client (swiftiply.swiftcore.org).
Connect the server
# File lib/thin/backends/swiftiply_client.rb, line 17 def connect EventMachine.connect(@host, @port, SwiftiplyConnection, &method(:initialize_connection)) end
Generated with the Darkfish Rdoc Generator 2.