Subject: Re: Ruby's role in future operating systems
From: "Ilmari Heikkinen" <ilmari.heikkinen gmail.com>
Date: Tue, 13 Jun 2006 11:52:41 +0900
References: 196570196575196578196585196918
In-reply-to: 196918
Hello,
On 6/13/06, Leslie Viljoen <leslieviljoen / gmail.com> wrote:
> Mpg.new("somesong.mp3") | Ogg.convertMpeg > new.ogg
Why not
somesong.mp3 > new.ogg
It's just a typecast..
Ilmari