examples/multiline.rb in tty-prompt-0.17.2 vs examples/multiline.rb in tty-prompt-0.18.0
- old
+ new
@@ -1,5 +1,5 @@
-# encoding: utf-8
+# frozen_string_literal: true
require_relative "../lib/tty-prompt"
prompt = TTY::Prompt::new
- old
+ new