App下載

ruby 在線工具

#!/usr/bin/ruby

a = [1,2,3,4,5]
b = a.collect{|x| 10*x}
puts b
運(yùn)行結(jié)果