Skip to content

Instantly share code, notes, and snippets.

@michaelabon
Created September 11, 2013 21:28
Show Gist options
  • Save michaelabon/6530031 to your computer and use it in GitHub Desktop.
Save michaelabon/6530031 to your computer and use it in GitHub Desktop.
Ruby 1.9 lets you use UTF-8 identifiers as legal identifiers.
def     
  * 2
end
    = 5
puts       # => 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment