Skip to content

Commit

Permalink
Replace tab with 8 spaces [Fix rubyGH-1068]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Oct 26, 2015
1 parent 05bf12f commit 4a6dff8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ruby/test_module.rb
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def test_nested_get_const_missing
classes = []
klass = Class.new {
define_singleton_method(:const_missing) { |name|
classes << name
klass
classes << name
klass
}
}
klass.const_get("Foo::Bar::Baz")
Expand Down

0 comments on commit 4a6dff8

Please sign in to comment.