Skip to content

Commit

Permalink
* lib/tsort.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@52572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Nov 14, 2015
1 parent 2f7ac37 commit 4c0158a
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:45:49 2015 Tanaka Akira <[email protected]>

* lib/tsort.rb: Specify frozen_string_literal: true.

Sat Nov 14 17:25:15 2015 Tanaka Akira <[email protected]>

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

#--
# tsort.rb - provides a module for topological sorting and strongly connected components.
#++
Expand Down

0 comments on commit 4c0158a

Please sign in to comment.