Actions
Feature #11308
closedOptional `include_super=true` parameter for `*method_defined?` methods
Status:
Closed
Assignee:
-
Target version:
-
Description
I request the following methods in the Module
class:
method_defined?
private_method_defined?
protected_method_defined?
public_method_defined?
to take an optional include_super
parameter with the default value true
, and work similar to the methods:
instance_methods
private_instance_methods
protected_instance_methods
- and
public_instance_methods
Updated by matz (Yukihiro Matsumoto) almost 10 years ago
Rationale? I don't see any real-world use-case for them.
Matz.
Updated by sawa (Tsuyoshi Sawada) over 5 years ago
This is another duplicate of #10797. Please close this issue.
Updated by Eregon (Benoit Daloze) over 5 years ago
- Status changed from Open to Closed
Actions
Like0
Like0Like0Like0