Class: Yawast::Commands::Cms
- Inherits:
-
Object
- Object
- Yawast::Commands::Cms
- Defined in:
- lib/commands/cms.rb
Class Method Summary collapse
Class Method Details
.process(args, options) ⇒ Object
4 5 6 7 |
# File 'lib/commands/cms.rb', line 4 def self.process(args, ) uri = Yawast::Commands::Utils.extract_uri(args) Yawast::Scanner::Core.get_cms(uri, ) end |