On 3/6/06, Christian Neukirchen <chneukirchen / gmail.com> wrote: > "Matthew Moss" <matthew.moss.coder / gmail.com> writes: > > > Here is my solution... Uses a cheap trick (a la method_missing) to > > allow inline Postscript as method calls (so not as postfix). The > > output is dumped to standard output to be redirected to a .ps file, > > which can be easily viewed on Mac OS X (and almost as easily on other > > platforms using ghostscript). > > Okay, I could not resist "doing it right". ;-) I hang my head in shame.