ScanAndQueue creates a Scan from its input globs and then sends that Scan to its Queue.
Every time #scan_and_queue is called a new scan is created an sent to the queue.
# File lib/directory_watcher/scan_and_queue.rb, line 8 def initialize( glob, queue ) @globs = glob @queue =queue end