* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4a660c72a3
commit
806eb7e14d
@ -1624,7 +1624,7 @@ class TestRefinement < Test::Unit::TestCase
|
|||||||
MethodMissing.call_undefined_method
|
MethodMissing.call_undefined_method
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module VisibleRefinements
|
module VisibleRefinements
|
||||||
module RefA
|
module RefA
|
||||||
refine Object do
|
refine Object do
|
||||||
@ -1642,7 +1642,7 @@ class TestRefinement < Test::Unit::TestCase
|
|||||||
|
|
||||||
module RefC
|
module RefC
|
||||||
using RefA
|
using RefA
|
||||||
|
|
||||||
refine Object do
|
refine Object do
|
||||||
def in_ref_c
|
def in_ref_c
|
||||||
end
|
end
|
||||||
@ -1658,7 +1658,7 @@ class TestRefinement < Test::Unit::TestCase
|
|||||||
using RefC
|
using RefC
|
||||||
USED_REFS = Module.used_refinements
|
USED_REFS = Module.used_refinements
|
||||||
end
|
end
|
||||||
|
|
||||||
module Combined
|
module Combined
|
||||||
using RefA
|
using RefA
|
||||||
using RefB
|
using RefB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user