Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maiha/65728 to your computer and use it in GitHub Desktop.
Save maiha/65728 to your computer and use it in GitHub Desktop.
% ruby1.8 -e '1.instance_eval{|i| p i}'
1
% ruby1.9 -e '1.instance_eval{|i| p i}'
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment