From fd2b3c61e668e527b500a997ecc2ddb1d69cce69 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 26 Oct 2015 13:43:05 +0000 Subject: Replace tab with 8 spaces [Fix GH-1068] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_module.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ruby/test_module.rb b/test/ruby/test_module.rb index 3d2d551a30..9b5cbfee88 100644 --- a/test/ruby/test_module.rb +++ b/test/ruby/test_module.rb @@ -301,8 +301,8 @@ class TestModule < Test::Unit::TestCase classes = [] klass = Class.new { define_singleton_method(:const_missing) { |name| - classes << name - klass + classes << name + klass } } klass.const_get("Foo::Bar::Baz") -- cgit v1.2.3