源代码:
点击运行
#!/usr/bin/ruby (10..15).each do |n| print n, ' ' end
运行结果