Method: LicenseFinder::SharedHelpers::Cmd.run
- Defined in:
- lib/license_finder/shared_helpers/cmd.rb
.run(command) ⇒ Object
8 9 10 |
# File 'lib/license_finder/shared_helpers/cmd.rb', line 8 def self.run(command) Open3.capture3(command) end |