Clifford Heath wrote:
The example works on *nix systems, but on Windoze, you must write the
file in binary mode: File.open('result.mp3', 'wb')
Wonderful. Forgot about that... Thank you.
···
--
Posted via http://www.ruby-forum.com/\.
Clifford Heath wrote:
The example works on *nix systems, but on Windoze, you must write the
file in binary mode: File.open('result.mp3', 'wb')
Wonderful. Forgot about that... Thank you.
--
Posted via http://www.ruby-forum.com/\.