Commit 20fa463
authored
Remove unused method
It has been broken since 2d88424 (Move global parse state to
RDoc::Store) removed TopLevel.all_files_hash and TopLevel.all_files.
Result of `RDoc::Require.new('a','b').top_level` is basically unchanged.
Before: `NoMethodError(undefined method 'all_files_hash')`
After: `NoMethodError(undefined method 'top_level')`RDoc::Require#top_level that always raises NoMethodError (#1813)1 parent 756af19 commit 20fa463
1 file changed
Lines changed: 1 addition & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 34 | | |
53 | 35 | | |
0 commit comments