/* * call-seq: * easy.userpwd = string => string * * Set the username/password string to use for subsequent calls to +perform+. * The supplied string should have the form "username:password" */ static VALUE ruby_curl_easy_userpwd_set(VALUE self, VALUE userpwd) {