Last active
March 10, 2017 23:55
-
-
Save bds/b337348b57a31ffe00e6d57869b0c871 to your computer and use it in GitHub Desktop.
Ruby codepoints
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
puts ("2070".."2090").map {|i| [i.hex].pack("U"); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment