Skip to content

Instantly share code, notes, and snippets.

@randrews
Created December 24, 2017 04:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randrews/8a2912c313e66b3e7fbd7326ce99be3f to your computer and use it in GitHub Desktop.
Save randrews/8a2912c313e66b3e7fbd7326ce99be3f to your computer and use it in GitHub Desktop.
def flipx(arr)
arr.map(&:dup).reverse
end
def flipy(arr)
arr.map(&:reverse)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment