Skip to content

Instantly share code, notes, and snippets.

@3limin4t0r
Last active July 12, 2019 12:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3limin4t0r/b3c6a9cb7c8df924e17a6a0fefd75607 to your computer and use it in GitHub Desktop.
Save 3limin4t0r/b3c6a9cb7c8df924e17a6a0fefd75607 to your computer and use it in GitHub Desktop.
class Array
def transpose!
transposed = transpose
clear
concat transposed
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment