Module: EFreeSMS::Bin::Exec::Java
- Defined in:
- lib/efreesms/bin.rb
Instance Method Summary collapse
Instance Method Details
#system(file, *args) ⇒ Object
90 91 92 93 94 95 |
# File 'lib/efreesms/bin.rb', line 90 def system(file, *args) require 'spoon' Process.waitpid(Spoon.spawnp(file, *args)) rescue Errno::ECHILD => e raise "error exec'ing #{file}: #{e}" end |