Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my_array = Array.new(5, '-') { Array.new(5, '-') }
- # How iterate through this to make some indices = '*' ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement