File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ class RDoc::AnyMethod < RDoc::MethodAttr
29
29
# The section title of the method (if defined in a C file via +:category:+)
30
30
attr_accessor :section_title
31
31
32
- # Parameters for this method
33
-
34
- attr_accessor :params
35
-
36
32
##
37
33
# If true this method uses +super+ to call a superclass version
38
34
Original file line number Diff line number Diff line change @@ -63,12 +63,6 @@ class RDoc::MethodAttr < RDoc::CodeObject
63
63
64
64
attr_reader :arglists
65
65
66
- ##
67
- # Pretty parameter list for this method
68
-
69
- attr_reader :param_seq
70
-
71
-
72
66
##
73
67
# Creates a new MethodAttr from token stream +text+ and method or attribute
74
68
# name +name+.
@@ -91,7 +85,6 @@ def initialize text, name
91
85
@arglists = nil
92
86
@block_params = nil
93
87
@call_seq = nil
94
- @param_seq = nil
95
88
@params = nil
96
89
end
97
90
You can’t perform that action at this time.
0 commit comments