So $0 is the env variable for the top level Ruby program ... but is there one for the current method?
feedback
|
|
Even better than my first answer you can use __method__:
This includes a : before the name which you can easily remove. Note: This requires Ruby 1.8.7. | |||||||||
feedback
|
|
From http://snippets.dzone.com/posts/show/2785:
| |||
|
feedback
|