diff options
author | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-07 16:15:46 +0000 |
---|---|---|
committer | svn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-09-07 16:15:46 +0000 |
commit | 806eb7e14daf4ed51f9858cdc49a433a6cf41f06 (patch) | |
tree | c92496a54ab371dfeb50d2cb5b8bbf7304c345b6 /test/ruby | |
parent | 4a660c72a3958f453a773e26bb4c5a7704727d94 (diff) |
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_refinement.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ruby/test_refinement.rb b/test/ruby/test_refinement.rb index 1a82ad8373..13f2d7a353 100644 --- a/test/ruby/test_refinement.rb +++ b/test/ruby/test_refinement.rb @@ -1624,7 +1624,7 @@ class TestRefinement < Test::Unit::TestCase MethodMissing.call_undefined_method end end - + module VisibleRefinements module RefA refine Object do @@ -1642,7 +1642,7 @@ class TestRefinement < Test::Unit::TestCase module RefC using RefA - + refine Object do def in_ref_c end @@ -1658,7 +1658,7 @@ class TestRefinement < Test::Unit::TestCase using RefC USED_REFS = Module.used_refinements end - + module Combined using RefA using RefB |