doc = Nokogiri::HTML(html.read)
::hotstring:: '< this doesn't work
(
Nokogiri::HTML
)
When I try to make that line as a hotstring in Autohotkey, it does not seem to work. I tested some variations and realized that the colons ::, when included, sort of breaks that hotstring and it doens't work.
How can I make the above code into a working hotstring?