------ art_16971_17607148.1112899478343 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline if she.weight == duck.weight she.material = "wood" On Apr 7, 2005 2:15 PM, Shajith <demerzel / gmail.com> wrote: > > 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 <http://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 > > > > > > > > > > -- $stdout.sync = true "Just another Ruby hacker.".each_byte do |b| ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr end; print "\n" ------ art_16971_17607148.1112899478343--