1
2
3
4
require 'rubygems'
require 'activesupport'
require 'hpricot'
...

Ruby Simplest way to find the na...

by jnstq, October 28, 2008 20:25, 2 refactorings, tagged with xml

Is there a simpler way of g...

A4d90c6fe98bfe0b491c277c3e687031 Talk
1
2
3
4
class SearchNestedHashByValue
  def key_for(h, str, trail=[])
    h.each_pair do |k, v|
...

Ruby Search nested hash

by jnstq, October 07, 2008 21:47, 1 refactoring, tagged with i18n

Search nested hash on their...

A4d90c6fe98bfe0b491c277c3e687031 Talk