Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created July 20, 2009 22:53
Show Gist options
  • Save hsbt/150971 to your computer and use it in GitHub Desktop.
Save hsbt/150971 to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
C = nil
o = ""
o.instance_eval("def m; C; end")
o.m
puts 1
o.clone.m
puts 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment