Class: CarthageCacheRes::ShellCommandExecutor

Inherits:
Object
  • Object
show all
Defined in:
lib/carthage_cache_res/shell_command_executor.rb

Instance Method Summary collapse

Instance Method Details

#execute(command) ⇒ Object



5
6
7
# File 'lib/carthage_cache_res/shell_command_executor.rb', line 5

def execute(command)
  `#{command}`
end