lib/tty/prompt/evaluator.rb in tty-prompt-0.15.0 vs lib/tty/prompt/evaluator.rb in tty-prompt-0.16.0
- old
+ new
@@ -1,5 +1,6 @@
# encoding: utf-8
+# frozen_string_literal: true
require_relative 'result'
module TTY
class Prompt
- old
+ new