DEV Community

Discussion on: Any thoughts on Ruby 2.6?

Collapse
 
ben profile image
Ben Halpern

From the linked article, this is classic Ruby:

non-ASCII constant names}

Constant names can now start with non-ASCII capital letters. I am not sure how useful this is, but you can do funny things like:

class Σ♥²; end

😄