Class: LicenseFinder::SharedHelpers::Cmd

Inherits:
Object
  • Object
show all
Defined in:
lib/license_finder/shared_helpers/cmd.rb

Class Method Summary collapse

Class Method Details

.run(command) ⇒ Object



8
9
10
# File 'lib/license_finder/shared_helpers/cmd.rb', line 8

def self.run(command)
  Open3.capture3(command)
end