* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7735502d2c
commit
6839932a2d
@ -2018,10 +2018,10 @@ class TestRefinement < Test::Unit::TestCase
|
|||||||
puts "M1#foo"
|
puts "M1#foo"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
module M2
|
module M2
|
||||||
end
|
end
|
||||||
|
|
||||||
module UnusedRefinement
|
module UnusedRefinement
|
||||||
refine(M2) do
|
refine(M2) do
|
||||||
def foo
|
def foo
|
||||||
@ -2029,7 +2029,7 @@ class TestRefinement < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
include M1
|
include M1
|
||||||
include M2
|
include M2
|
||||||
foo()
|
foo()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user