Skip to content

Instantly share code, notes, and snippets.

@pataiji
Last active March 9, 2016 10:14
Show Gist options
  • Save pataiji/f542d815b41ba106a584 to your computer and use it in GitHub Desktop.
Save pataiji/f542d815b41ba106a584 to your computer and use it in GitHub Desktop.
r=readlines.map(&:chop);puts r.map(&:length).max.times.inject(''){|s,i|s<<r.map{|b|b[i]}.join}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment