Robuta

https://rubytalk.org/t/win32-changenotify-and-modifying-a-file/45892 Win32-changenotify and modifying a file - ruby-talk - Ruby Mailing List Mirror Apr 15, 2008 - Hey! I'm working with win32-changenofity library to listen for any changes in a directory. I'm interested in added, deleted and modified files. That's my code:... talk mailing listmodifying https://rubytalk.org/t/how-to-parse-a-line/53065 How to parse a "line"? - ruby-talk - Ruby Mailing List Mirror Apr 26, 2009 - Hi there: I have a line, the format is like this "num_of_item item1 item2...item_n" for example "3 Tokyo Newyork Paris" I want ruby parse this format, extract... talk mailing listhow toparselineruby https://rubytalk.org/t/ruby-rails-and-now-og/18059 Ruby, Rails and now og - ruby-talk - Ruby Mailing List Mirror May 2, 2005 - Hi, I have recently "discovered" Ruby and have to say that it is a very refreshing change from procedural programming languages. My query is: "How does og... talk mailing listrubyrailsogmirror https://rubytalk.org/t/ann-rubyinline-3-12-6-released/75932 [ANN] RubyInline 3.12.6 Released - ruby-talk - Ruby Mailing List Mirror talk mailing listann https://rubytalk.org/t/firewatir/33573 FireWatir - ruby-talk - Ruby Mailing List Mirror Dec 8, 2006 - Hello, Did anyone install FireWatir on linux (or on anything else) already? I would appreciate any info on this, since what I found so far online is not very... talk mailing listrubymirror https://rubytalk.org/t/booleans/6845 Booleans - ruby-talk - Ruby Mailing List Mirror Jul 14, 2003 - Okay, as a convert from Perl to Ruby, I have to say that I love just about everything Ruby has to offer. Just about. I wish it had better built-in support for... talk mailing listbooleansrubymirror https://rubytalk.org/t/ann-rubyinline-3-8-4-released/56560 [ANN] RubyInline 3.8.4 Released - ruby-talk - Ruby Mailing List Mirror talk mailing listann https://rubytalk.org/t/ruby-glade/34350 Ruby + Glade - ruby-talk - Ruby Mailing List Mirror Jan 10, 2007 - Hello, I was wondering if anyone knows about a tutorial which explains how to use ruby and glade. I searched on google and the archives of this mailing list as... talk mailing listrubyglademirror https://rubytalk.org/t/whats-the-ruby-way-of-grouping-elements-of-an-array/41501 What's the ruby way of grouping elements of an array? - ruby-talk - Ruby Mailing List Mirror Oct 19, 2007 - Hi, I thought this would be a common need but I couldn't find a method. Let's say I have an array of objects. I want to group the elements by a property of...