1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
akr 2015-10-05 22:22:56 +00:00
parent a22d6f55e8
commit 36ca18b847
9 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
#
# = pathname.rb

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
require 'prettyprint'

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
#
# This class implements a pretty printing algorithm. It finds line breaks and

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
require 'socket'

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
#
# tmpdir - retrieve temporary directory path

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
require 'test/unit'

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
require 'pp'

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
require 'prettyprint'

View file

@ -1,3 +1,4 @@
#
# -*- frozen_string_literal: true -*-
require 'optparse'