Skip to content

Instantly share code, notes, and snippets.

@adkron
Created October 25, 2011 02:06
Show Gist options
  • Select an option

  • Save adkron/1311102 to your computer and use it in GitHub Desktop.

Select an option

Save adkron/1311102 to your computer and use it in GitHub Desktop.
Ruby Blocks
# This passes the block to second_method
one_method second_method {...}
# This passes the block to one_method
one_method second_method do ... end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment