4 5 6
# File 'lib/value_inspect/date.rb', line 4 def inspect "Date.new(%s, %s, %s)" % [year, month, day] end