Skip to content

Instantly share code, notes, and snippets.

@chrislloyd
Forked from lachie/gist:70629
Created February 26, 2009 03:56
Show Gist options
  • Save chrislloyd/70644 to your computer and use it in GitHub Desktop.
Save chrislloyd/70644 to your computer and use it in GitHub Desktop.
def f(ra,n)
ra.select {|x| x.include? n}.size
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment