Skip to content

Commit

Permalink
* lib/resolv-replace.rb: Specify frozen_string_literal: true.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Nov 14, 2015
1 parent 59a3fe5 commit 2f7ac37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sat Nov 14 17:25:15 2015 Tanaka Akira <[email protected]>

* lib/resolv-replace.rb: Specify frozen_string_literal: true.

Sat Nov 14 17:00:13 2015 Tanaka Akira <[email protected]>

* lib/time.rb: Specify frozen_string_literal: true.
Expand Down
2 changes: 2 additions & 0 deletions lib/resolv-replace.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'socket'
require 'resolv'

Expand Down

0 comments on commit 2f7ac37

Please sign in to comment.