diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-11-14 07:43:23 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-11-14 07:43:23 +0000 |
commit | 1ec544695fa02d714180ef9c34e755027b6a2103 () | |
tree | 05098239e177981231e5d391d78bfcec23a465a0 | |
parent | 8aa3ac137350a70b65037bfdbe8f0f0564e0133e (diff) |
* lib/open3.rb: Specify frozen_string_literal: true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | lib/open3.rb | 2 | ||||
-rw-r--r-- | test/test_open3.rb | 2 |
3 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ Sat Nov 14 05:04:09 2015 Koichi Sasada <[email protected]> * node.h: remove old comments. @@ -1,3 +1,5 @@ # # = open3.rb: Popen, but with stderr, too # @@ -1,3 +1,5 @@ require 'test/unit' require 'open3' |