зеркало из https://github.com/github/ruby.git
Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
10a495a08a
Коммит
34002d12a6
|
@ -579,7 +579,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||
|
||||
if /linux|freebsd|netbsd|openbsd|darwin/ =~ RUBY_PLATFORM
|
||||
PSCMD = EnvUtil.find_executable("ps", "-o", "command", "-p", $$.to_s) {|out| /ruby/=~out}
|
||||
PSCMD.pop if PSCMD
|
||||
PSCMD&.pop
|
||||
end
|
||||
|
||||
def test_set_program_name
|
||||
|
|
Загрузка…
Ссылка в новой задаче