Instantly share code, notes, and snippets.
puts "hi" a = [4,3,2] a.each do |each_argument| puts each_argument end
this is a link