class Mongrel2::Config::Proxy

Mongrel2 Proxy configuration class

Public Instance Methods

to_s() click to toggle source

Return a description of the proxy.

# File lib/mongrel2/config/proxy.rb, line 16
def to_s
        return "Proxy to %s:%d" % [ self.addr, self.port ]
end