Skip to content

Instantly share code, notes, and snippets.

@lachie
Forked from lachlanhardy/gist:70614
Created February 26, 2009 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save lachie/70629 to your computer and use it in GitHub Desktop.
Save lachie/70629 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