class Mongrel2::Config::Proxy
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