Commit df9e83e
committed
Fix
ruby/rdoc@f517b02 changed the signature
of `RDoc::Store#initialize` from:
```ruby
def initialize(path = nil, type = nil)
```
to:
```ruby
def initialize(options, path: nil, type: nil)
```
which is a breaking change.
This commit modifies `rdoc_top_level_for` to use the new signature.
Because the issue only affects our testing code, this commit ignores
compatibility with RDoc < 6.13.0.rdoc_top_level_for for RDoc 6.13.01 parent e2d849f commit df9e83e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments