Undefined method `define_http_method_interface'

I’m trying to run the ruby version of httpmail
(http://httpmail.sourceforge.net/), but I get the error:

./dav.rb:56: undefined method `define_http_method_interface' for
Net::HTTP:Class (NameError)
        from ./httpmail.rb:3:in `require'
        from ./httpmail.rb:3
        from ./gethttpmail.rb:4:in `require'
        from ./gethttpmail.rb:4

ruby -v says:
ruby 1.6.7 (2002-03-01) [sparc-solaris2.8]

Any suggestions? Acording to the docs, httpmail it is supposed to
work with Ruby 1.6.4

Thanks

-ggem.