Commit db46c5e
committed
Remove unnecessary
- `MethodAttr` is a superclass of `AnyMethod` and `Attr`
- `AnyMethod` defineds its own `param_seq` method so this is redundant
for it
- The only place that calls `param_seq` is in `Darkfish`'s class page,
which only calls it on `AnyMethod` as `Attr` is rendered in a different
section
- It doesn't really make sense for attributes to have a param_seq
anywayMethodAttr#param_seq as it's always nil and not used1 parent 02c04b1 commit db46c5e
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 66 | | |
73 | 67 | | |
74 | 68 | | |
| |||
91 | 85 | | |
92 | 86 | | |
93 | 87 | | |
94 | | - | |
95 | 88 | | |
96 | 89 | | |
97 | 90 | | |
| |||
0 commit comments