lib/tty/editor.rb in tty-editor-0.4.0 vs lib/tty/editor.rb in tty-editor-0.4.1
- old
+ new
@@ -1,5 +1,5 @@
-# encoding: utf-8
+# frozen_string_literal: true
require 'tty-prompt'
require 'tty-which'
require 'tempfile'
require 'fileutils'
- old
+ new