mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee074d4b6c
commit
50cdfe2d51
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class TestRDocServlet < RDoc::TestCase
|
|||
@base = File.join @tempdir, 'base'
|
||||
@system_dir = File.join @tempdir, 'base', 'system'
|
||||
@home_dir = File.join @tempdir, 'home'
|
||||
@gem_doc_dir = File.join @tempdir, 'doc'
|
||||
@gem_doc_dir = File.join @tempdir, 'doc'
|
||||
|
||||
@orig_base = RDoc::RI::Paths::BASE
|
||||
RDoc::RI::Paths::BASE.replace @base
|
||||
|
|
Loading…
Reference in a new issue