def print_all(*things) things.each { |x| puts x } end