4 5 6 7 8 9
# File 'lib/commands/head.rb', line 4 def self.process(args, options) uri = Yawast::Commands::Utils.extract_uri(args) options.head = true Yawast::Scanner::Core.process(uri, options) end