Skip to content

Instantly share code, notes, and snippets.

@cchandler
Created July 25, 2009 23:28
Show Gist options
  • Save cchandler/155225 to your computer and use it in GitHub Desktop.
Save cchandler/155225 to your computer and use it in GitHub Desktop.
some_function = lambda { |node| puts "Hello" }
nodeList.inject { |individualNode,accumulator| individualNode.function_that_starts_lambdas(some_function) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment