- 
            -  The Heart of Try Ruby (4 words)
 
-  
- 
            -  gem_mirror_only (4 words)
 
-  
- 
            -  Tell Me the Hashing Dangers (14 words)def hash; to_s.
 
-  
- 
            -  Wrapping a C Function as a Block (101 words)I had previously been using rb_iterate and a call to Proc.new to build a block in C.
 
-  
- 
            -  The Siphoning Splat (230 words)I’m serious about this. The splat is such a wildly devious little asterisk.
 
-  
- 
            -  require_gem is Deprecated (51 words)The require_gem command is gone. It’s just gem now. (RubyGems 0.9.0.8 and later.)
 
-  
- 
            -  More Splatters of Hpricot (313 words)Element#siblings_at, Element#nodes_at
 
-  
- 
            -  Quick Conkeror Prefs (151 words)No more SwitchProxy extension for switching MouseHoles. Added to ~/.
 
-  
- 
            -  New, Little Hpricot Pulps (114 words)Element#css_path
 
-  
- 
            -  These Yelps and Squeals are Totally Valid (53 words)Discovered by Jay Phillips, some syntactically correct interrobangling:
 
-  
- 
            -  EigenCharges (253 words)A new sleight of syntax for ya:
 
-  
- 
            -  Speeding Up Net::HTTP, OpenURI or Any Other TCPSocket Offspring (116 words)Only if you’re doing lots of requests amongst threads and you notice that the opening of the
 
-  
- 
            -  Stowing Yer Libraries Off in the Cut-n-Paste (156 words)Starting with what we’ve seen before.
 
-  
- 
            -  How You Fake a Gem Server (150 words)It’s odd that RubyGems doesn’t serve its own docs. See gem_server for yourself.
 
-  
- 
            -  Smircer, Clone of the Little Tcl IRC Client (127 words)I saw the link floating around for the IRC client written in 38 lines of Tcl and I just wondered.
 
-  
- 
            -  Wonder of the When-Be-Splat (157 words)Well, okay, yes, we already know Ruby is expressive.
 
-  
- 
            -  Showing Perfect Time [Perfect Plus Edition] (131 words)Perfect has fallen out of favor. Mike West has gone beyond and I’m bailing as well.
 
-  
- 
            -  ary / 3 (111 words)Sometimes I wish Array.partition could split into more than halves.
 
-  
- 
            -  Camping is a Microframework (1754 words)First, as a mural. For friends here who like to pick at the weave.
 
-  
- 
            -  Revisiting the File-Sharing Paragraph (503 words)RedHanded is just over a year old, designed as an exercise to help me flesh out some better code
 
-  
- 
            -  Using Hashes to Memoize (216 words)Another stellar realization from Mauricio:
-  Koichi's Brief Ruby Certification (95 words)Koichi Sasada says if you can predict the correct output of the following, you are a great Ruby
 
-  
- 
            -  Ruby for Windows in Under 1K (283 words)If you enjoyed Rubyless Ruby, here’s a remix for Windows.
 
-  
- 
            -  Two-Hundred and Fifty-Two Ohs is Weak, Come On Now (147 words)Ano… Scleepts from Japan!
 
-  
- 
            -  Putting a Class in Foster Care (98 words)Maybe you could call it “duck classing,” who knows. I think it fits.
 
-  
- 
            -  Petty Theft from Python (142 words)Lucas Carlson has lifted a few method ideas from Python: starts_with? and ends_withs?, as well as in?.
 
-  
- 
            -  Funked Out Java+Ruby Aggregator (148 words)Tim Bray. What a newb.
 
-  
- 
            -  MUD in 15 Lines of Ruby (553 words)This is great.
 
-  
- 
            -  Packet Too Chunky on Port 0xBAC0 (123 words)8217;re in Firefox, you’ll want to Ctrl+- on murphy’s 0xCB server, which runs on port 203.
 
-  
- 
            -  YAML's Merge Key (141 words)Some of you might find YAML’s merge key convenient, especially in your database.
 
-  
- 
            -  Simpler Ways (65 words)1. Less explicit to_s.
 
-  
- 
            -  Hyperextended (217 words)As you well know, mixins only copy plain instance methods into the target class.
 
-  
- 
            -  Derby: DRb Over YAML (91 words)Here’s Derby:
 
-  
- 
            -  Block Terminator (198 words)This entry is loose translation of matz blog 2005-06-07 .
 
-  
- 
            -  How Powerful Pathname Is (188 words)How powerful Pathname is! Unfortunately I did not know.
 
-  
- 
            -  How Do You Parse Tab Separated Values (201 words)How to parse tab separated values, values of which may be omitted and they should be recognized as
 
-  
- 
            -  Hal's if..each (166 words)I’m contemplating putting a difficulty level on posts in the “bits” and
 
-  
- 
            -  Eval-less Metaprogramming (140 words)I often find myself resorting to eval when writing class methods for metaprogramming, simply because
 
-  
- 
            -  Toogle In 35 Lines (134 words)in 35 lines of Ruby. There’s some very succinct PHP in the comments as well.
 
-  
- 
            -  Hash#collect! (179 words)It’s always bugged me that Hash#collect returns an Array. And Hash#collect!
 
-  
- 
            -  Matrixed-Out JARHs Not To Be Missed! (262 words)A little discussion worth preserving: Sam Roberts brought up ruby -rtracer -rsocket -enil, which
 
-  
- 
            -  Choice Python Hack: Infix Operators (197 words)Pencils down. Cool hack for Python right here. I guess this was up on LtU a few days ago.
 
-  
- 
            -  Re: haiku.rb (108 words)We, Rubyist Magazine editors, chatted on IRC about a next article.
 
-  
- 
            -  haiku.rb (96 words)catch( :in_the_wind ) { ?a.
 
-  
- 
            -  Undocumented Macro DATA_PTR (113 words)I’ve really got to remember this one.
 
-  
- 
            -  Catapult Wiki Exoskeleton (294 words)Here’s a fun library that’s gone under the radar.
 
-  
- 
            -  Dynamic VHosts One-liner for Rails (91 words)So, how do Tada and Basecamp do dynamic virtual hosts to give each user their own subdomain?
 
-  
- 
            -  Klemme's Silent Hash (138 words)I’m afraid the old skool weezzard Robert Klemme is trumping flgr this month on Ruby-Talk.
 
-  
- 
            -  Regenerative C (223 words)Fzort on Advogato has a lovely little collection of C magic tricks and puzzles.
 
-  
- 
            -  In the Aftermath of Lamp Light (217 words)Last week was big.
-  Parens Down the Chute (84 words)Robert Klemme used this inject on the Ruby-Talk list today to emulate Hash#values behavior:
 
-  
- 
            -  Fwding with RubyMail (181 words)When it comes to e-mail manipulation, RubyMail has always been my answer.
 
-  
- 
            -  Parsing Ta-da Lists (253 words)Ruby is becoming the language for conversion of idea-to-task, for recording and processing notes.
 
-  
- 
            -  Showin Up On Technorati (271 words)Among the various news aggregation portals (Bloglines, Artima, etc.)
 
-  
- 
            -  HTML Filtering For RedCloth (271 words)Oh, here’s a very bad habit for me to start.
 
-  
- 
            -  Comma-e (95 words)Gorou’s 2nd Life is a blog from Ruby’s homeland (.jp)
-  LCD Numbers Duke It Out (173 words)This week’s Ruby Quiz (a capital effort by JEGII) was solved in less than 300 bytes.
 
-  
- 
            -  Forgiving Your Infidelize (184 words)Just noticed RCR 290 - Add warning for misspellings of ‘initialize’ - which attempts to
-  Fancy Irb Buried In The Wiki (133 words)Windozers, give ear.
 
-  
- 
            -  My Favorite Bad Practices (349 words)I can’t truthfully say what level of coder I am.
-  Holy Great CGI In Heaven! (245 words)I know this is a dead simple library, but I’ve been wanting this forever and just not getting
 
-  
- 
            -  Google Search For Rails (97 words)Buncha great stuff comin out at Technoblog.
 
-  
- 
            -  Batsman's 5-Line Wiki (139 words)Drop the code below in a file called w7.cgi.
 
-  
- 
            -  A File-Sharing Paragraph (405 words)Lately, the Ruby-Talk mailing list has been wonderful.
 
-  


 
