How to Parse HTML in Ruby
Are you trying to parse HTML with Ruby? This task can be a bit difficult if you don’t have the right tools. But today you’re in luck! Because Ruby has this wonderful library called Nokogiri, which makes HTML parsing a walk in the park. Let’s see some examples. First, install the nokogiri gem with: gem … Read more