added another psuedocode method with comment

This commit is contained in:
booboy 2019-05-12 00:47:10 -05:00
parent 2ee050f603
commit 91bb786f6a

View file

@ -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