Skip to content

Instantly share code, notes, and snippets.

@lachlanhardy
Created February 26, 2009 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 8 You must be signed in to fork a gist
  • Save lachlanhardy/70614 to your computer and use it in GitHub Desktop.
Save lachlanhardy/70614 to your computer and use it in GitHub Desktop.
def f(ra,n)
r=0
ra.each {|x| r+=1 if x.include? n}
r
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment