# File lib/ea_support/id_store.rb, line 26 def store return unless @idsFileName File.open(@idsFileName,"w") do |f| YAML.dump(@idHash, f) end end