The next step is to create a script that we will use to parse out product
details such as titles, prices, ratings, etc. Create a folder called “parsers”
in our project root directory:
$ mkdir parsers
Next create a file called “products.rb” inside this