module SlowServer

Constants

VERSION

Public Class Methods

client() click to toggle source
# File lib/slow_server.rb, line 13
def client
  @client ||= Client.new
end
server() click to toggle source
# File lib/slow_server.rb, line 9
def server
  @server ||= Server.new
end