Class: Command
- Inherits:
-
Object
- Object
- Command
- Defined in:
- lib/cocoapods-allowlist/utils/command.rb
Class Method Summary collapse
-
.execute(command) ⇒ Object
This method is for execute commands in terminal.
Class Method Details
.execute(command) ⇒ Object
This method is for execute commands in terminal
6 7 8 |
# File 'lib/cocoapods-allowlist/utils/command.rb', line 6 def self.execute(command) Open3.capture3(command) end |