Rubyコードに次のステートメントがあります
curlsyntax = "URL = "
restcall = 'http://myurl.com/File?schema=1.5&token=' + auth_token + '&product=http://myurl.com/Product/8283&form=json&productname=http://myurl.com/name/' + productname + '&priority=now'
call = curl + restcall
それが私に与えているのは、最終アウトの最初の引用、つまり「URL = http ...ですが、実際には最初の引用を表示したくないのですが、URL = "httpである必要があります。