>>>>> "H" == Han Holl <han.holl / informationslogik.nl> writes:

H> /tmp/curltest.rb:13:in `new': wrong number of arguments (1 for 0) 
H> (ArgumentError)

 because 'curl' define the singleton method ::new which take 0 argument,
 i.e. apparently it don't use the scheme allocate/initialize


Guy Decoux