I need to open this link with Net::HTTP:
"http://localhost:9292/something"
Terminal:
http = Net::HTTP.new("http://localhost",9292)
=> #<Net::HTTP http://localhost:9292 open=false>
How can I open this link, any idea?
I need to open this link with Net::HTTP:
"http://localhost:9292/something"
Terminal:
http = Net::HTTP.new("http://localhost",9292)
=> #<Net::HTTP http://localhost:9292 open=false>
How can I open this link, any idea?