mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/resolv-replace.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
59a3fe5846
commit
2f7ac37beb
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Nov 14 17:25:15 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/resolv-replace.rb: Specify frozen_string_literal: true.
|
||||
|
||||
Sat Nov 14 17:00:13 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/time.rb: Specify frozen_string_literal: true.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'socket'
|
||||
require 'resolv'
|
||||
|
||||
|
|
Loading…
Reference in a new issue