Skip to content

Instantly share code, notes, and snippets.

@hassox
Forked from lachlanhardy/gist:70614
Created February 26, 2009 03:17
Show Gist options
  • Select an option

  • Save hassox/70622 to your computer and use it in GitHub Desktop.

Select an option

Save hassox/70622 to your computer and use it in GitHub Desktop.
def f(ra,n)
ra.inject(0){ |c, x| x.include? n ? c + 1 : c }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment