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

[ruby/rdoc] Removed unused variable

This commit is contained in:
Nobuyoshi Nakada 2019-07-29 13:29:35 +09:00
parent f811a5e910
commit 630eb04bc4
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -237,7 +237,7 @@ class TestRDocServlet < RDoc::TestCase
generator = @s.generator_for store
readme = store.add_file 'nesting/README.rdoc', parser: RDoc::Parser::Simple
store.add_file 'nesting/README.rdoc', parser: RDoc::Parser::Simple
@s.documentation_page store, generator, 'nesting/README_rdoc.html', @req, @res