Skip to content

Instantly share code, notes, and snippets.

@3lackRos3
Created February 18, 2017 10:36
Show Gist options
  • Save 3lackRos3/0c84017c6111e691ec3985ba8e68647f to your computer and use it in GitHub Desktop.
Save 3lackRos3/0c84017c6111e691ec3985ba8e68647f to your computer and use it in GitHub Desktop.
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