Module: EFreeSMS::Bin::Exec::MRI
- Defined in:
- lib/efreesms/bin.rb
Instance Method Summary collapse
Instance Method Details
#system(file, *args) ⇒ Object
99 100 101 |
# File 'lib/efreesms/bin.rb', line 99 def system(file, *args) Kernel::system(file, *args) #or raise "error exec'ing #{file}: #{$?}" end |