Skip to content

Instantly share code, notes, and snippets.

@kylekyle
Last active May 8, 2016 17:23
Show Gist options
  • Save kylekyle/a4c88784beeeb38e3598593df21cbb57 to your computer and use it in GitHub Desktop.
Save kylekyle/a4c88784beeeb38e3598593df21cbb57 to your computer and use it in GitHub Desktop.
{
"*" : [
["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