From 2a9dd6b81888433dbcbc466aefcad7e197880439 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 17 Jan 2017 12:47:38 +0000 Subject: lib/pstore.rb: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pstore.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pstore.rb') diff --git a/lib/pstore.rb b/lib/pstore.rb index f787bb0ae0..4daa2e003f 100644 --- a/lib/pstore.rb +++ b/lib/pstore.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # = PStore -- Transactional File Storage for Ruby Objects # # pstore.rb - -- cgit v1.2.3