#!/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

Hello this is my first post...

27ab6e535c3e5c93461af662708cf3d8 Talk
class Hash
  def fetch_all(key)
    results = []
...

Ruby Recursive Hash#fetch

by Neo, March 12, 2008 14:05, 3 refactorings, tagged with hash, nested hash, fetch

I wanted a Hash#fetch that ...

E64b3f6a4b0bde29f654eca45fcbb20f Talk