aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_module.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 13:43:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-26 13:43:05 +0000
commit4a6dff84f03df9e07c65bce31e0eebd6dbbfc892 (patch)
tree0cf5cc9a0eef6f1b29f1d9723ede5e8705fe2571 /test/ruby/test_module.rb
parent05bf12f7df5c473d7f078846afdceebfeec80a78 (diff)
downloadruby-4a6dff84f03df9e07c65bce31e0eebd6dbbfc892.tar.gz
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
Diffstat (limited to 'test/ruby/test_module.rb')
-rw-r--r--test/ruby/test_module.rb4
1 files 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")