where can I find the definition of `define_http_method_interface'?

My ruby installation doesn’t know about
`define_http_method_interface’. Where can I find this definition?
It’s mentioned here:

http://groups.google.com/groups?selm=20011125010802.B14277%40workhorse

-ggem.

My ruby installation doesn't know about
`define_http_method_interface'. Where can I find this definition?

Well apparently it was defined for some versions of http.rb (1.1.36,
1.1.37, ...)

Try to retrieve the source for ruby-1.6.5 or ruby-1.6.6, to see what do
this definition.

Guy Decoux