Last active
May 8, 2016 17:23
-
-
Save kylekyle/a4c88784beeeb38e3598593df21cbb57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"*" : [ | |
["exec", "echo 'exec works!'"], | |
["eval", "puts 'eval works!'"] | |
], | |
"iruby" : [ | |
["eval", "puts 'gems work!'"], | |
["gem", "metaid"] | |
], | |
"metaid": [ | |
["eval", "puts 'hooked metaid'"] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment