Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created June 23, 2009 16:13
Show Gist options
  • Save vinbarnes/134645 to your computer and use it in GitHub Desktop.
Save vinbarnes/134645 to your computer and use it in GitHub Desktop.
module RexmlExtender
def better() 'yer mom'; end
...
end
class Rexml
include RexmlExtender
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment