зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Fix super weird code style
https://github.com/rubygems/rubygems/commit/f1a5815896
This commit is contained in:
Родитель
ed1e4504a4
Коммит
74867e2dc1
|
@ -23,8 +23,8 @@ class TestGemCommandsSetupCommand < Gem::TestCase
|
|||
FileUtils.mkdir_p 'bin'
|
||||
FileUtils.mkdir_p 'lib/rubygems/ssl_certs/rubygems.org'
|
||||
|
||||
File.open 'bin/gem', 'w' do
|
||||
|io| io.puts '# gem'
|
||||
File.open 'bin/gem', 'w' do |io|
|
||||
io.puts '# gem'
|
||||
end
|
||||
|
||||
File.open 'lib/rubygems.rb', 'w' do |io|
|
||||
|
|
Загрузка…
Ссылка в новой задаче