Skip to content

Instantly share code, notes, and snippets.

@simonask
Created January 10, 2009 14:27
Show Gist options
  • Save simonask/45461 to your computer and use it in GitHub Desktop.
Save simonask/45461 to your computer and use it in GitHub Desktop.
monkey_patch: {
.my_new_method: () { lol }
}
if MyObject
MyObject.instance_eval &monkey_patch
else
MyObject: class &monkey_patch
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment