Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/rdoc/code_object/any_method.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ class RDoc::AnyMethod < RDoc::MethodAttr
# The section title of the method (if defined in a C file via +:category:+)
attr_accessor :section_title

# Parameters for this method

attr_accessor :params

##
# If true this method uses +super+ to call a superclass version

Expand Down
7 changes: 0 additions & 7 deletions lib/rdoc/code_object/method_attr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ class RDoc::MethodAttr < RDoc::CodeObject

attr_reader :arglists

##
# Pretty parameter list for this method

attr_reader :param_seq


##
# Creates a new MethodAttr from token stream +text+ and method or attribute
# name +name+.
Expand All @@ -91,7 +85,6 @@ def initialize text, name
@arglists = nil
@block_params = nil
@call_seq = nil
@param_seq = nil
@params = nil
end

Expand Down
Loading