You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
each with bang ! is not common parctice in ruby, since each usually returns original unchanged object. Maybe this method should be split into chain of map.with_index
fast_matrix/lib/fast_matrix.rb
Line 42 in 3ec9f26
each
with bang ! is not common parctice in ruby, sinceeach
usually returns original unchanged object. Maybe this method should be split into chain of map.with_indexhttps://stackoverflow.com/questions/4697557/how-to-map-with-index-in-ruby
The text was updated successfully, but these errors were encountered: