Skip to content

Instantly share code, notes, and snippets.

@simonask
Created August 24, 2009 18:25
Show Gist options
  • Save simonask/174017 to your computer and use it in GitHub Desktop.
Save simonask/174017 to your computer and use it in GitHub Desktop.
Array.instance_prototype.detect: [block] {
cc: Kernel.cc
.each { cc.return(it) if block(it) }
false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment