Class Mongrel::URIClassifier
In: lib/mongrel.rb
Parent: Object

Methods

inspect   uris  

Attributes

handler_map  [R] 

Public Instance methods

Simply does an inspect that looks like a Hash inspect.

Returns the URIs that have been registered with this classifier so far. The URIs returned should not be modified as this will cause a memory leak. You can use this to inspect the contents of the URIClassifier.

[Validate]