📜  ruby 备忘单 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:57.388000             🧑  作者: Mango

代码示例6
things.each do |item| # for each things in things do something while storing that things in the variable item
  print “#{item}"
end