Guest User

Untitled

a guest
May 25th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. # is this legit?
  2.  
  3. def click(link)
  4. @page = agent.click(link)
  5. rescue Net::HTTPBadResponse
  6. retry
  7. end
Add Comment
Please, Sign In to add comment