mix lines by nyamadori

puts readlines.map{|l|l.ljust(100)}.map(&:chars).transpose.flatten.join.gsub(/ |\n/,'')

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page