Module: InteractiveEditor::Exec::MRI
- Defined in:
- lib/interactive_editor.rb
Instance Method Summary collapse
Instance Method Details
#system(file, *args) ⇒ Object
81 82 83 |
# File 'lib/interactive_editor.rb', line 81 def system(file, *args) Kernel::system(file, *args) #or raise "error exec'ing #{file}: #{$?}" end |