From: Stephan Mueller Date: 2006-02-25T20:08:34+09:00 Subject: Re: [ANN] win32-clipboard 0.4.0 Hi, * Daniel Berger [060225 04:59]: > The Win32Utils team is happy to announce the release of win32-clipboard > 0.4.0. Works great with cygwin! :) Just noticed a little bug in the documentation: In the README file, chapter synopis puts "Setting data to 'foobar'" Clipboard.data = "foobar" does not work. Instead it should say puts "Setting data to 'foobar'" Clipboard.set_data("foobar") which does work. Thanks a lot for this gem. Cheers, - Steph.