# File lib/interactive_editor.rb, line 82 def system(file, *args) Kernel::system(file, *args) #or raise "error exec'ing #{file}: #{$?}" end