mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
flesh out .uris method
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@845 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
parent
f3a8f9744d
commit
6c8096aedb
1 changed files with 1 additions and 2 deletions
|
@ -198,8 +198,7 @@ VALUE URIClassifier_resolve(VALUE self, VALUE uri)
|
||||||
}
|
}
|
||||||
|
|
||||||
VALUE URIClassifier_uris(VALUE self) {
|
VALUE URIClassifier_uris(VALUE self) {
|
||||||
/* XXX Not implemented */
|
return rb_funcall(rb_ivar_get(self, id_handler_map), rb_intern("keys"), 0);
|
||||||
return Qnil;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init_uri_classifier()
|
void Init_uri_classifier()
|
||||||
|
|
Loading…
Reference in a new issue