func print_all(*things) { things.each { |x| say x }; }