mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
8aa3ac1373
commit
1ec544695f
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Nov 14 16:43:02 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/open3.rb: Specify frozen_string_literal: true.
|
||||
|
||||
Sat Nov 14 05:04:09 2015 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* node.h: remove old comments.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
#
|
||||
# = open3.rb: Popen, but with stderr, too
|
||||
#
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'test/unit'
|
||||
require 'open3'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue