-
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
Description
Looking at #initialize
now, it seems that it should accept the scanner options (:ignore
) and store those as instance variables. The #scan
method would then accept the path to the Gemfile.lock
. This would allow the Scanner object to be configured once and ran across multiple Gemfile.lock
files.
ingemar, blackst0ne and dstull