Class: PdscanRb::PiiScan
- Inherits:
-
Object
- Object
- PdscanRb::PiiScan
- Defined in:
- lib/pdscan_rb/scan.rb
Class Method Summary collapse
Class Method Details
.scan(url, options) ⇒ Object
3 4 5 6 7 |
# File 'lib/pdscan_rb/scan.rb', line 3 def self.scan url, x = `gem which pdscan_rb` resp = `#{x[0..-8]} #{url} #{}` resp end |