The each iterator returns all the elements of an array or a hash. Syntax. collection.each do |variable| code end. Executes code for each element in collection.
確定! 回上一頁