From 91bb786f6a60d80b2ac5e463695e7dec420e6bc2 Mon Sep 17 00:00:00 2001 From: booboy Date: Sun, 12 May 2019 00:47:10 -0500 Subject: [PATCH] added another psuedocode method with comment --- classes/nvd_downloader.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/classes/nvd_downloader.rb b/classes/nvd_downloader.rb index dec2699..365e267 100644 --- a/classes/nvd_downloader.rb +++ b/classes/nvd_downloader.rb @@ -63,4 +63,8 @@ class NvdDownloader # this should be a method that builds # the modified filename with the meta file extension included end + + def detect_changes(metafile) + # this should be a method that detects changes in the metafile. + end end \ No newline at end of file