Sha256: 759ac24aa1296682bfe238b19f2dcd5c0d18a923728b2843d302c6af7b9471ac
Contents?: true
Size: 281 Bytes
Versions: 3
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true module Yawast module Commands class Head def self.process(args, options) uri = Yawast::Commands::Utils.extract_uri(args) options.head = true Yawast::Scanner::Core.process(uri, options) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yawast-0.7.0 | lib/commands/head.rb |
yawast-0.7.0.beta3 | lib/commands/head.rb |
yawast-0.7.0.beta2 | lib/commands/head.rb |