Skip to content

Instantly share code, notes, and snippets.

@garrow
Created April 29, 2014 10:32
Show Gist options
  • Save garrow/11396390 to your computer and use it in GitHub Desktop.
Save garrow/11396390 to your computer and use it in GitHub Desktop.
class Object
class << self
alias :πŸ†• :new
end
end
class FishingRod
def πŸ”ͺ
puts "🍣"
end
end
🎣 = FishingRod
🐟 = 🎣.πŸ†•
🐟. πŸ”ͺ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment