Skip to content

Instantly share code, notes, and snippets.

@amatsuda
Created February 3, 2009 09:12
Show Gist options
  • Save amatsuda/57431 to your computer and use it in GitHub Desktop.
Save amatsuda/57431 to your computer and use it in GitHub Desktop.
i = 0
10.times do |i|
i += 1
end
puts i
% ruby block_scope.rb
10
% ruby19 block_scope.rb
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment