module InteractiveEditor::Exec::MRI
Public Instance Methods
system(file, *args)
click to toggle source
# File lib/sigterm_extensions/interactive_editor.rb, line 82 def system(file, *args) Kernel::system(file, *args) #or raise "error exec'ing #{file}: #{$?}" end