aboutsummaryrefslogtreecommitdiffstats
path: root/test/optparse/test_kwargs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/optparse/test_kwargs.rb')
-rw-r--r--test/optparse/test_kwargs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/optparse/test_kwargs.rb b/test/optparse/test_kwargs.rb
index 68fe207a2c..78d7e2ee9c 100644
--- a/test/optparse/test_kwargs.rb
+++ b/test/optparse/test_kwargs.rb
@@ -14,7 +14,7 @@ class TestOptionParser::KwArg < Test::Unit::TestCase
end
class DummyOutput < String
- alias write <<
+ alias write concat
end
def assert_no_error(*args)
$stderr, stderr = DummyOutput.new, $stderr