mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 15:06:10 +02:00
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
This commit is contained in:
parent
05bf12f7df
commit
4a6dff84f0
1 changed files with 2 additions and 2 deletions
|
@ -301,8 +301,8 @@ class TestModule < Test::Unit::TestCase
|
||||||
classes = []
|
classes = []
|
||||||
klass = Class.new {
|
klass = Class.new {
|
||||||
define_singleton_method(:const_missing) { |name|
|
define_singleton_method(:const_missing) { |name|
|
||||||
classes << name
|
classes << name
|
||||||
klass
|
klass
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
klass.const_get("Foo::Bar::Baz")
|
klass.const_get("Foo::Bar::Baz")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue