ruby-changes:40208
From: nobu <ko1@a...>
Date: Mon, 26 Oct 2015 22:43:22 +0900 (JST)
Subject: [ruby-changes:40208] nobu:r52289 (trunk): Replace tab with 8 spaces [Fix GH-1068]
nobu 2015-10-26 22:43:05 +0900 (Mon, 26 Oct 2015) New Revision: 52289 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52289 Log: Replace tab with 8 spaces [Fix GH-1068] Modified files: trunk/test/ruby/test_module.rb Index: test/ruby/test_module.rb =================================================================== --- test/ruby/test_module.rb (revision 52288) +++ test/ruby/test_module.rb (revision 52289) @@ -301,8 +301,8 @@ class TestModule < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_module.rb#L301 classes = [] klass = Class.new { define_singleton_method(:const_missing) { |name| - classes << name - klass + classes << name + klass } } klass.const_get("Foo::Bar::Baz") -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/