Returns a new instance of Scanner.
4 5 6 7
# File 'lib/private_gem_server/scanner.rb', line 4 def initialize(app, sources_path, temp_path) @app = app @sources = Sources.new YAML.load_file(sources_path), temp_path end