Skip to content

Instantly share code, notes, and snippets.

@rampion
Created July 1, 2009 03:07
Show Gist options
  • Save rampion/138566 to your computer and use it in GitHub Desktop.
Save rampion/138566 to your computer and use it in GitHub Desktop.
class MyString < String
def upcase
self
end
end
puts ({MyString.new("bar") => "code"}).keys.first.upcase # prints bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment