Ruby supports:

[
	42,
	21,
	7,
]

but not:

[
	42
	,
	21
	,
	7
]

is this correct? is this desirable?

matju