From: Stephen White Date: 2001-04-01T02:58:49+09:00 Subject: [ruby-talk:13391] Flow based programming in Ruby A few people, including myself, have asked for shell piping between methods. Currently this is approximated by using call chaining. This is a web page that goes into detail about the difference between flow based programming and object oriented programming: http://www.jpaulmorrison.com/fbp/oops.htm Quite an interesting read. -- spwhite@chariot.net.au