Class: PdscanRb::PiiScan

Inherits:
Object
  • Object
show all
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, options
  x = `gem which pdscan_rb`
  resp = `#{x[0..-8]} #{url} #{options}`
  resp
end