summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/time.rb2
-rw-r--r--test/test_time.rb2
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@
Sat Nov 14 16:43:02 2015 Tanaka Akira <[email protected]>
* lib/open3.rb: Specify frozen_string_literal: true.
@@ -1,3 +1,5 @@
require 'date'
# = time.rb
@@ -1,3 +1,5 @@
require 'time'
require 'test/unit'