きくたにです。 s = nil s += 'hoge' p s いつからこれエラーになるようになってしまったんでしたっけ? 昔(1.0)のでは "hoge" ですが、今(1.1c-6)では undefined method `+' for nil (NameError) になります。