5 6 7 8
# File 'lib/yatte/run.rb', line 5 def self.call(argv = ARGV) editor = Editor.new(filenames: argv) editor.run end