Created
September 11, 2013 21:28
-
-
Save michaelabon/6530031 to your computer and use it in GitHub Desktop.
Ruby 1.9 lets you use UTF-8 identifiers as legal identifiers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def | |
* 2 | |
end | |
= 5 | |
puts # => 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment