Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created July 4, 2011 20:03
Show Gist options
  • Save denisdefreyne/1063862 to your computer and use it in GitHub Desktop.
Save denisdefreyne/1063862 to your computer and use it in GitHub Desktop.
def modify(&block)
puts block.arity
end
modify {}
# 1.8.7:
# -1
# 1.9.2:
# 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment