Class: Mongrel2::Config::Proxy
- Inherits:
-
Object
- Object
- Mongrel2::Config::Proxy
- Defined in:
- lib/mongrel2/config/proxy.rb
Overview
Mongrel2 Proxy configuration class
Instance Method Summary collapse
-
#to_s ⇒ Object
Return a description of the proxy.
Instance Method Details
#to_s ⇒ Object
Return a description of the proxy.
17 18 19 |
# File 'lib/mongrel2/config/proxy.rb', line 17 def to_s return "Proxy to %s:%d" % [ self.addr, self.port ] end |