Skip to content

Instantly share code, notes, and snippets.

@aurelian
Created July 26, 2008 10:52
Show Gist options
  • Save aurelian/2634 to your computer and use it in GitHub Desktop.
Save aurelian/2634 to your computer and use it in GitHub Desktop.
def can_haz_link?(link)
(/^\//.match(link) || Regexp.compile("^"+@base).match(link)) && !@collection.include?(link)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment