Class: Command

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-allowlist/utils/command.rb

Class Method Summary collapse

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