class CarthageCacheRes::ShellCommandExecutor

Public Instance Methods

execute(command) click to toggle source
# File lib/carthage_cache_res/shell_command_executor.rb, line 5
def execute(command)
  `#{command}`
end