return or not return! added by _1126 on Tue Jan 15 14:51:55 2013

def other_programmes
  array = []
  OTHERS.each_pair do |key, programme|
    # do some foo with it
    array.push(foobar)
  end
  array.join(", ")
end