When I try in pry (which is a substitute for IRB or rails console)
doc = Nokogiri::HTML(open(url))
It reads the file (although I have to keep pressing space bar). However, at the end, it says
(END)
and it doesn’t return the command line back to me.
What do I need to do to exit this and get back to the prompt?
type
qto exit less viewer. the result of Nokogiri::HTML is too long so you are seeing result bypassing less command