Skip to content

Instantly share code, notes, and snippets.

@mfurtak
Created January 27, 2011 21:17
Show Gist options
  • Save mfurtak/799294 to your computer and use it in GitHub Desktop.
Save mfurtak/799294 to your computer and use it in GitHub Desktop.
Unicode in your Ruby source files
# encoding: utf-8
class I
def self.♥(thing)
puts "I ♥ #{thing}"
end
end
I.♥ "Ruby"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment