examples/empty.rb in tty-editor-0.4.1 vs examples/empty.rb in tty-editor-0.5.0
- old
+ new
@@ -1,5 +1,5 @@
-# encoding: utf-8
+# frozen_string_literal: true
-require 'tty-editor'
+require_relative '../lib/tty-editor'
TTY::Editor.open
- old
+ new