Guest User

Untitled

a guest
Dec 10th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # Fetches the content of a URL and returns it as a Nokogiri instance
  2. #
  3. # * *Args* :
  4. # - +curl+ ?~F~R Curl::Easy instance
  5. # - +url+ ?~F~R URI::HTTP instance
  6. # * *Returns* :
  7. # - A Nokogiri::Document instance representing the parsed content of the URL
  8. #
Add Comment
Please, Sign In to add comment