so whats so magical about this Hash? ...
Ruby Magical Hash
by michal.hantl.myopenid.com,
October 08, 2009 07:32,
8 refactorings, tagged with ruby, hash, nested hash
Yesterday i wrote this neat...
class Hash
def fetch_all(key)
results = []
...
Ruby Recursive Hash#fetch
I wanted a Hash#fetch that ...
<table class="charge">
<tr>
<td colspan="100%" class="mainHeader"><%=@label.label%></td>
...
Ruby Iterating through a nested ...
by mwilliams,
January 31, 2008 18:21,
3 refactorings, tagged with rails, ruby, Ruby on Rails, view, table, hash, nested hash, iterator, iterate
Good afternoon. I have a n...
I was reading the book "Rub...