Hi,
In message "[ruby-talk:13300] Ruby does not take space in array reference"
on 01/03/29, Tigger <tigger_pooh / MailAndNews.com> writes:
|
|Is this the intended behavior? I like putting in lost of white space into
|code that I write, and would like to reference teh array as a [0] rather
|than
|a [1].
Yes. It's intended. Ruby is very sensitive to existence of space(s).
matz.