Sha256: ba0ef489aeebb8149e363e1058fe9aac7799a1772590c21c8e4f6dc597c6839d
Contents?: true
Size: 297 Bytes
Versions: 2
Compression:
Stored size: 297 Bytes
Contents
# frozen_string_literal: true module Yawast module Commands class Scan def self.process(args, options) args.each do |arg| uri = Yawast::Commands::Utils.extract_uri([arg]) Yawast::Scanner::Core.process(uri, options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yawast-0.7.2 | lib/commands/scan.rb |
yawast-0.7.1 | lib/commands/scan.rb |