HTTP.get returns String?

This is returning a String for me – I thought it returned
an HTTPResponse object?

This is ruby 1.8.6 (2007-03-13 patchlevel 0) [x86_64-linux]

Thanks,
Hal

Hal F. wrote:

This is returning a String for me – I thought it returned
an HTTPResponse object?

This is ruby 1.8.6 (2007-03-13 patchlevel 0) [x86_64-linux]

Never mind, I figured it out… or Aria told me in xchat.

The class method returns a string – the instance method on
the object returned by #start gives the fancy object.

Hal