Skip to content

Instantly share code, notes, and snippets.

@baroquebobcat
Created March 1, 2012 03:10
Show Gist options
  • Select an option

  • Save baroquebobcat/1946946 to your computer and use it in GitHub Desktop.

Select an option

Save baroquebobcat/1946946 to your computer and use it in GitHub Desktop.
def foo r:Runnable
#...
end
foo do # Block 1.
foo do # Block 2.
puts 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment