Skip to content

Instantly share code, notes, and snippets.

@filinivan
Created November 7, 2018 07:49
Show Gist options
  • Select an option

  • Save filinivan/e28d6cf87464c062780bf5a950ee6e72 to your computer and use it in GitHub Desktop.

Select an option

Save filinivan/e28d6cf87464c062780bf5a950ee6e72 to your computer and use it in GitHub Desktop.
Проблема с двумерным массивом.
txt = "123"
arr = Array.new(30) { Array.new(5) }
arr2 = []
arr2 << txt
arr[0][0] << arr2
puts arr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment