зеркало из https://github.com/github/ruby.git
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:
Родитель
a22d6f55e8
Коммит
36ca18b847
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
#
|
||||
# = pathname.rb
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
require 'prettyprint'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
#
|
||||
# This class implements a pretty printing algorithm. It finds line breaks and
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
require 'socket'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
#
|
||||
# tmpdir - retrieve temporary directory path
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
require 'test/unit'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
require 'pp'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
require 'prettyprint'
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
|
||||
require 'optparse'
|
||||
|
|
Загрузка…
Ссылка в новой задаче