# File lib/rudy/metadata/backup.rb, line 84
84:     def date
85:       "%s%s%s" % [@year, @month, @day]
86:     end