Ruby has a stdlib module called English that gives you meaningful names as aliases for the cryptic built-in globals.
All you need to do is:
require 'English'
(Yes, that's a require with a titlised module name)
Find the shortcuts here.
Ruby has a stdlib module called English that gives you meaningful names as aliases for the cryptic built-in globals.
All you need to do is:
require 'English'
(Yes, that's a require with a titlised module name)
Find the shortcuts here.