# File class/datedata.rb, line 11 def initialize(file) @file = file # 更新情報格納ファイル @date_data = {} # 更新情報 {"パス名" => 更新日時} @ntime = Time.now.strftime("%Y/%j/%X") # 起動時の日時 end