output.each{|o| o.map!{|i| {:space_nickname => i.space.nickname, 
:nickname => i.nickname, :condition_number => i.condition,
                                :condition => 
report_config.slider_order[i.condition][1],
                                :full_note => "#{i.full_note.strip} \n 
#{i.photos.select{|p| !p.caption.blank? }.map{|p|
                                  "[Photo 
#{photo_number_for(report.photo_numbers.hash, p)}] #{p.caption}"
                                }.compact.join("\n")}".strip,
                                :description => i.description, :trade => 
i.trade, :flagged => !i.require_maintenance.blank? }}}
    output.reject(&:empty?)

My coworker says it is valid Ruby, but Emacs highliting gets mangled. Does 
anybody know where I should report issues with that? I could only find an 
svn repo for that particular plugin for Emacs.  

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/96a00157-73e9-479e-bd3c-2b1137c4e3ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to