Skip to content

Instantly share code, notes, and snippets.

@kakutani
Created October 14, 2009 10:20
Show Gist options
  • Save kakutani/209957 to your computer and use it in GitHub Desktop.
Save kakutani/209957 to your computer and use it in GitHub Desktop.
def f
send(:__method__)
end
puts f
$ ruby -v __method__.rb
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9]
send
$ ruby19 -v __method__.rb
ruby 1.9.2dev (2009-10-13 trunk 25323) [i386-darwin9.8.0]
f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment