1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Removed needless alias for capture_io.

This commit is contained in:
Hiroshi SHIBATA 2019-08-11 12:35:54 +09:00 committed by aycabta
parent 8a18a639b7
commit 9218655660

View file

@ -203,6 +203,5 @@ class RDoc::TestCase < Test::Unit::TestCase
end
end
alias capture_io capture_output
alias skip omit
end