This is the code which is giving the error: 

      displayed_pkgs.each { |pkg|
        tmp.puts "<li>#{pkg}("
        tmp.puts "#{cur_pkgs[pkg]['version']} " if cur_pkgs[pkg] != nil
        tmp.puts "-&gt; #{new_pkgs[pkg]['version']})"
      }

Adding a 'puts "#{displayed_pkgs}"' just before that point gives hint
that it's not nil, and it should work, but it doesn't.

strange.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to