From 18c45d26c55a659461c13a5f423f1a5094a74571 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Fri, 3 May 2019 01:33:56 +0300 Subject: rubocop: enable the Style/FrozenStringLiteralComment cop This will greatly ease Pry support on Ruby 3.0 (when it's out). --- lib/pry.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/pry.rb') diff --git a/lib/pry.rb b/lib/pry.rb index 276a41e9..c33bc0cb 100644 --- a/lib/pry.rb +++ b/lib/pry.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + require 'pry/version' require 'pry/last_exception' require 'pry/forwardable' -- cgit v1.2.1