App下載

ruby 在線工具

#!/usr/bin/ruby
ary = [ "fred", 10, 3.14, "This is a string", "last element", ]
ary.each do |i|
    puts i
end
運(yùn)行結(jié)果