Skip to content

Instantly share code, notes, and snippets.

@markprovan
Created February 1, 2012 16:20
Show Gist options
  • Save markprovan/1717817 to your computer and use it in GitHub Desktop.
Save markprovan/1717817 to your computer and use it in GitHub Desktop.
def find_links(page)
links = find_links()
links.each do |link|
find_links()
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment