From: Todd Benson Date: 2009-03-03T06:01:07+09:00 Subject: Re: Ruby beginner Problem > On Mon, Mar 2, 2009 at 2:49 PM, Todd Benson wrote: >> ...simple method example... >> >> def foo >> 'hi' >> end >> >> puts "{#foo} there" This obviously was supposed to read... puts "#{foo} there"