Skip to content

Commit 02c04b1

Browse files
committed
Remove AnyMethod#params as it's already inherited from MethodAttr
1 parent a11e6b9 commit 02c04b1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/rdoc/code_object/any_method.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)