From: Elias Athanasopoulos Date: 2004-03-13T21:21:27+09:00 Subject: long string arguments Hello! I would like to redirect large chunks of text to a specific resource (file, stderr, etc). I thought that the code below would do my job: def |>(s) myputs %Q|#{s} end def <| | end in a similar to eruby fashion, ie: |> I don't know much, but I guess #{42} is a special number. <| Unfortunately, I get a syntax error. Any hints? Regards, -- University of Athens I bet the human brain Physics Department is a kludge --Marvin Minsky