Created
February 18, 2017 10:36
-
-
Save 3lackRos3/0c84017c6111e691ec3985ba8e68647f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
menu_parsed_html.css('.category').each do |x| | |
puts x.css('.categoryName').text | |
puts "===========================" | |
x.css('.product').each do |product_name| | |
puts product_name.css('.name').text | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment