Sha256: 9f661a8a04a4eef9dec7218148dd940da2082659b6b70a80484be13189c248bf

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

require 'open3'

class Command

    # This method is for execute commands in terminal
    def self.execute(command)
        Open3.capture3(command)
    end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cocoapods-whitelist-0.6.0 lib/cocoapods-allowlist/utils/command.rb