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