gistlib
other ruby categories
coding-explanation code snippets in ruby
explain what this code does and why `arr = [1, 2, 3, 4, 5] arr.each {|a| print a -= 10, " "}` in ruby
gistlib
by LogSnag