class CarthageCache::ShellCommandExecutor
Public Instance Methods
execute(command)
click to toggle source
# File lib/carthage_cache/shell_command_executor.rb, line 5 def execute(command) `#{command}` end
# File lib/carthage_cache/shell_command_executor.rb, line 5 def execute(command) `#{command}` end