From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 26 Sep 2009 10:45:49 -0700 Subject: [sup-talk] [PATCH] Fix uninitialized @name member in person.rb. In-Reply-To: <1253911543-sup-7680@yoom.home.cworth.org> References: <1253911543-sup-7680@yoom.home.cworth.org> Message-ID: <1253987121-sup-2390@masanjin.net> Reformatted excerpts from Carl Worth's message of 2009-09-25: > Apparently a Person can be initialized with a nil name, (presumably > from a message where there's no name given), which before this commit > resulted in the following warning: > > ./lib/sup/person.rb:46: warning: instance variable @name not initialized Thanks, I have fixed this in master. Let me know if it doesn't work! -- William