Skip to content

Instantly share code, notes, and snippets.

@giruzou
Created October 20, 2018 08:34
Show Gist options
  • Save giruzou/2062137c98c55f12df71e8cd123c86f3 to your computer and use it in GitHub Desktop.
Save giruzou/2062137c98c55f12df71e8cd123c86f3 to your computer and use it in GitHub Desktop.
Rubyアルファベット文字数 ref: https://qiita.com/DrqYuto/items/d2321d0fbaaeaa5b03c8
puts [*?a..?z].size
=>26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment