mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary unless expression.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
267691bc90
commit
0d736fb729
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jun 19 14:04:41 2013 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* test/ruby/envutil.rb (EnvUtil#rubybin): remove unnecessary
|
||||
unless expression.
|
||||
|
||||
Wed Jun 19 07:47:48 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c (garbage_collect_body): use FIX2INT for ruby_gc_stress.
|
||||
|
|
|
@ -5,9 +5,6 @@ require "test/unit"
|
|||
|
||||
module EnvUtil
|
||||
def rubybin
|
||||
unless ENV["RUBYOPT"]
|
||||
|
||||
end
|
||||
if ruby = ENV["RUBY"]
|
||||
return ruby
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue