Skip to content

Instantly share code, notes, and snippets.

@vishnugopal
Created October 21, 2009 22:23
Show Gist options
  • Save vishnugopal/215540 to your computer and use it in GitHub Desktop.
Save vishnugopal/215540 to your computer and use it in GitHub Desktop.
>> block = lambda { |a| a + 1 }
=> #<Proc:0x000000010116aa88@(irb):11>
>> hmm(*array, &block)
:a
[:b, :c]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment