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

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2015-11-14 08:00:29 +00:00
parent 1ec544695f
commit fb7ccd690e
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Sat Nov 14 17:00:13 2015 Tanaka Akira <akr@fsij.org>
* lib/time.rb: Specify frozen_string_literal: true.
Sat Nov 14 16:43:02 2015 Tanaka Akira <akr@fsij.org>
* lib/open3.rb: Specify frozen_string_literal: true.

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'date'
# = time.rb

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'time'
require 'test/unit'