Hi! Here's my contribution to the budding area of movie prototyping in Ruby: people.each do |p| p.visible = true if p.dead? end self.name = "bond" self.name[0,1] = "james " self.great(:responsibility) if self.great(:power) Object.new.stop(self) The movies are at the Wiki page. Okay, back to regular programming now. -Shajith On Apr 7, 2005 6:24 PM, Lyle Johnson <lyle.johnson / gmail.com> wrote: > On Apr 7, 2005 3:16 AM, Peter Reilly <peterreilly / apache.org> wrote: > > > James Edward Gray II wrote: > > > > > On Apr 6, 2005, at 12:27 AM, Hal Fulton wrote: > > > > > >> flag = true > > >> begin > > >> sam.play_it > > >> x = 0/0 if flag > > >> rescue > > >> flag = false > > >> retry > > >> end > > > > > >