From 0e49f43106d8b3b9fc984a6e23581082740cf169 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 5 Oct 2015 22:22:56 +0000 Subject: Put an line before "frozen_string_literal: true" for emacs. https://bugs.ruby-lang.org/issues/8976#note-49 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/pp.rb | 1 + lib/prettyprint.rb | 1 + lib/resolv.rb | 1 + lib/tmpdir.rb | 1 + 4 files changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/pp.rb b/lib/pp.rb index ef787bb764..6db423da23 100644 --- a/lib/pp.rb +++ b/lib/pp.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- require 'prettyprint' diff --git a/lib/prettyprint.rb b/lib/prettyprint.rb index dc63e49321..454c69233d 100644 --- a/lib/prettyprint.rb +++ b/lib/prettyprint.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- # # This class implements a pretty printing algorithm. It finds line breaks and diff --git a/lib/resolv.rb b/lib/resolv.rb index fbfd822799..a5eb9fe55f 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- require 'socket' diff --git a/lib/tmpdir.rb b/lib/tmpdir.rb index eafde411a0..adbe404146 100644 --- a/lib/tmpdir.rb +++ b/lib/tmpdir.rb @@ -1,3 +1,4 @@ +# # -*- frozen_string_literal: true -*- # # tmpdir - retrieve temporary directory path -- cgit v1.2.3