Ruby program to illustrate each iterator #!/usr/bin/ruby # using each iterator # here collection is range # variable name is i (0..9).each do |i| ...
確定! 回上一頁