Module: InteractiveEditor::Exec::MRI

Defined in:
lib/console_editor.rb

Instance Method Summary collapse

Instance Method Details

#system(file, *args) ⇒ Object



57
58
59
# File 'lib/console_editor.rb', line 57

def system(file, *args)
  Kernel::system(file, *args) #or raise "error exec'ing #{file}: #{$?}"
end