I am using the system curl as I cannot get the ruby curl to work. How do I get the output of the curl into my ruby variable? the example below shows that the variable did not get the output of the curl
url1="\"https://ca.yahoo.com/\""
a=Kernel.system "curl #{url1}"
irb(main):026:0> a
=> true