General

Profile

tzabaman (George Vrettos)

  • Login: tzabaman
  • Registered on: 03/19/2016
  • Last sign in: 07/25/2016

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/20/2016

09:18 PM Ruby Bug #12204 (Closed): Invalid range of capital letters at Greek alphabet
Greek alphabet's first and last letter is:
* α - ω (lower case)
* Α - Ω (upper case)
So if we write on a ruby console the following script, we get:
~~~
('α'..'ω').to_a
=> ["α", "β", "γ", "δ", "ε", "ζ", "η", "θ", "ι", "κ", "λ"...
tzabaman (George Vrettos)

Also available in: Atom