Hi,
In message "Re: Constructor question"
on Tue, 21 Dec 2004 00:25:39 +0900, "Han Holl" <han.holl / informationslogik.nl> writes:
|I can't figure out why the following:
|curl = Geoserver.new('plek')
|produces:
|/tmp/curltest.rb:13:in `new': wrong number of arguments (1 for 0)
|(ArgumentError)
| from /tmp/curltest.rb:13
|
|'curl' is the libcurl wrapper from RAA.
Perhaps curl extension does not follow the object allocation
convention and redefines its own "new" method. You are not suppose to
subclass such a class. Ask curl developer.
matz.