Commit c6ecfe5
authored
Fix RDoc::Attr#add_alias handling of aliased attribute accessor (#1605)
Ensure aliased attr_accessor attributes have the correct access type
('R' or 'W') instead of always being 'RW'.
For more details on the issue being addressed, see
#1286 (comment).1 parent 4889bfe commit c6ecfe5
File tree
2 files changed
+16
-1
lines changed- lib/rdoc/code_object
- test/rdoc/code_object
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
190 | 204 | | |
0 commit comments