From: Unc88 Unc88 on 7 Aug 2010 10:22 I have a text <html> ........ site.imageList = { images: [['http://site/1.jpg', 'http://site/2.jpg', 'http://site/3.jpg']] }; .............. </html> I get this text through Nokogiri::HTML(open(@url)) Full text of this full page of the website is only part of which I need to get just that I need the values how I can get an array links ? # => [http://site/1.jpg', 'http://site/2.jpg', 'http://site/3.jpg] -- Posted via http://www.ruby-forum.com/.
From: Unc88 Unc88 on 7 Aug 2010 10:41 I need only draw from this piece of code references -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: Term meaning "Class or Module" Next: Looking for good Ruby OpenSSL TLS docs |