From: Fabian Streitel Date: 2009-07-09T00:35:08+09:00 Subject: Re: Accept sh heredocs to Ruby script --0015174c0f20c16c4c046e337bc7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > > What leads you to think that << creates a temp file? Maybe the shell is > just piping the heredoc contents to the ruby child process's stdin? you're right: ruby -e"puts STDIN.gets" < bar > goo > XYZ bar Greetz --0015174c0f20c16c4c046e337bc7--