Calendar - for "REAL" programmers: Difference between revisions

m
→‎{{header|Ruby}}: Delete a space for good style.
(Add Ruby.)
m (→‎{{header|Ruby}}: Delete a space for good style.)
Line 502:
_PROGRAM = ARGV.SHIFT
_PROGRAM || ABORT("USAGE: #{$0} PROGRAM.RB ARGS...")
LOAD ($0 = _PROGRAM)</lang>
 
* <code>CAL.RB</code> is an UPPERCASE RUBY translation of [[Calendar#Ruby]].
Anonymous user