* lib/tsort.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f7ac37beb
commit
4c0158ac59
@ -1,3 +1,7 @@
|
|||||||
|
Sat Nov 14 17:45:49 2015 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
|
* lib/tsort.rb: Specify frozen_string_literal: true.
|
||||||
|
|
||||||
Sat Nov 14 17:25:15 2015 Tanaka Akira <akr@fsij.org>
|
Sat Nov 14 17:25:15 2015 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* lib/resolv-replace.rb: Specify frozen_string_literal: true.
|
* lib/resolv-replace.rb: Specify frozen_string_literal: true.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
#--
|
#--
|
||||||
# tsort.rb - provides a module for topological sorting and strongly connected components.
|
# tsort.rb - provides a module for topological sorting and strongly connected components.
|
||||||
#++
|
#++
|
||||||
|
Loading…
x
Reference in New Issue
Block a user