Method: Eye::Process::System#execute

Defined in:
lib/eye/process/system.rb

#execute(cmd, cfg = {}) ⇒ Object



73
74
75
# File 'lib/eye/process/system.rb', line 73

def execute(cmd, cfg = {})
  defer{ Eye::System::execute cmd, cfg }
end