File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 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
2929 # The section title of the method (if defined in a C file via +:category:+)
3030 attr_accessor :section_title
3131
32- # Parameters for this method
33-
34- attr_accessor :params
35-
3632 ##
3733 # If true this method uses +super+ to call a superclass version
3834
Original file line number Diff line number Diff line change @@ -63,12 +63,6 @@ class RDoc::MethodAttr < RDoc::CodeObject
6363
6464 attr_reader :arglists
6565
66- ##
67- # Pretty parameter list for this method
68-
69- attr_reader :param_seq
70-
71-
7266 ##
7367 # Creates a new MethodAttr from token stream +text+ and method or attribute
7468 # name +name+.
@@ -91,7 +85,6 @@ def initialize text, name
9185 @arglists = nil
9286 @block_params = nil
9387 @call_seq = nil
94- @param_seq = nil
9588 @params = nil
9689 end
9790
You can’t perform that action at this time.
0 commit comments