From: Tom Ha Date: 2009-05-08T05:18:44+09:00 Subject: Re: n00b: code logic (probably a 1-min-question) Holy sh... I got it: "self.agents do |agent| ..." was missing the ".each": -> "self.agents.each do |agent| ..." Guess I can answer that "am I stupid" question now... :-( -- Posted via http://www.ruby-forum.com/.