mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* {lib,test}/rdoc: removed trailing spaces. reapplied r22784.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0c216c32dc
commit
2553a96f9e
18 changed files with 83 additions and 83 deletions
|
@ -532,7 +532,7 @@ Options may also be set in the 'RI' environment variable.
|
|||
elsif selector then
|
||||
# replace Foo with Foo:: as given
|
||||
completions.delete klass
|
||||
completions << "#{klass}#{selector}"
|
||||
completions << "#{klass}#{selector}"
|
||||
end
|
||||
|
||||
completions.push(*methods)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue