#!/usr/bin/ruby require 'rubygems' ...
Ruby fetch an imagem from flickr
by trutaaranha.myopenid.com,
February 02, 2009 01:20,
1 refactoring, tagged with ruby, fetch, hpricot
class Hash
def fetch_all(key)
results = []
...
Ruby Recursive Hash#fetch
I wanted a Hash#fetch that ...
Hello this is my first post...