added another psuedocode method with comment
This commit is contained in:
parent
2ee050f603
commit
91bb786f6a
1 changed files with 4 additions and 0 deletions
|
@ -63,4 +63,8 @@ class NvdDownloader
|
||||||
# this should be a method that builds
|
# this should be a method that builds
|
||||||
# the modified filename with the meta file extension included
|
# the modified filename with the meta file extension included
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def detect_changes(metafile)
|
||||||
|
# this should be a method that detects changes in the metafile.
|
||||||
|
end
|
||||||
end
|
end
|
Loading…
Add table
Reference in a new issue