Skip to content

Instantly share code, notes, and snippets.

@ryuchan00
Created August 2, 2017 15:11
Show Gist options
  • Save ryuchan00/9d73a630af9d59a67a28a6a1df3d9de1 to your computer and use it in GitHub Desktop.
Save ryuchan00/9d73a630af9d59a67a28a6a1df3d9de1 to your computer and use it in GitHub Desktop.
field = [[1,2],[3,4]]
# 連結
# 12
# 34
field.each { |f| puts f.join("")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment