require 'date'# Initialized by any typed = "some string"d = 3.14d = [2, 3, 5]d = DateTime.nowputs "d is #{d}"