-
-
Save giruzou/2062137c98c55f12df71e8cd123c86f3 to your computer and use it in GitHub Desktop.
Rubyアルファベット文字数 ref: https://qiita.com/DrqYuto/items/d2321d0fbaaeaa5b03c8
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 [*?a..?z].size | |
=>26 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment