Skip to content

Instantly share code, notes, and snippets.

@Andrewglass1
Created April 9, 2013 16:01
Show Gist options
  • Save Andrewglass1/5346954 to your computer and use it in GitHub Desktop.
Save Andrewglass1/5346954 to your computer and use it in GitHub Desktop.
array.any?{|string| comparison(string)}
def comparision(string)
string.match(/fwefwe/)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment