Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. seconds = 4
  2. doc = Timeout::timeout(seconds) {
  3. open(uri, user_agent) { |f| Hpricot(f) }
  4. }
Add Comment
Please, Sign In to add comment