76 77 78
# File 'lib/ruic/interfaces.rb', line 76 def to_s flat_map{ |k,v| [ k, *(v.is_a?(Array) ? v.map{|v2| "\t#{v2.to_s}" } : v) ] } end