From: matz@... (Yukihiro Matsumoto) Date: 2002-01-28T19:08:56+09:00 Subject: Re: Array#splice method Hi, In message "Re: Array#splice method" on 02/01/28, Tobias Reif writes: |> # change our mind, go for club sandwich instead. |> sandwich.[1,1] = %w( chicken lettuce bread bacon mayo ) | |1. This ^ caused a parse error in irb, it worked without the dot. Just a typo. Sorry. matz.