Skip to content

Instantly share code, notes, and snippets.

@sshao
Created October 21, 2014 20:15
Show Gist options
  • Select an option

  • Save sshao/4bfd84e93de0c1221c9b to your computer and use it in GitHub Desktop.

Select an option

Save sshao/4bfd84e93de0c1221c9b to your computer and use it in GitHub Desktop.
def method_yield(arg)
yield(6, 7)
end
50_000.times do
shadow = 2
method_yield([]) { |shadow, k| }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment