Skip to content

Instantly share code, notes, and snippets.

@masterkain
Created October 22, 2009 16:00
Show Gist options
  • Save masterkain/216045 to your computer and use it in GitHub Desktop.
Save masterkain/216045 to your computer and use it in GitHub Desktop.
class Object
def this_method
caller[0]=~/`(.*?)'/
$1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment