mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #1868 from pry/deprecated-method-removal
method: delete deprecated #all_from_common
This commit is contained in:
commit
e138cb3d0a
1 changed files with 0 additions and 9 deletions
|
@ -161,15 +161,6 @@ class Pry
|
|||
all_from_class(singleton_class_of(obj), include_super)
|
||||
end
|
||||
|
||||
#
|
||||
# @deprecated
|
||||
# please use {all_from_obj} instead.
|
||||
# the `method_type` argument is ignored.
|
||||
#
|
||||
def all_from_common(obj, _method_type = nil, include_super = true)
|
||||
all_from_obj(obj, include_super)
|
||||
end
|
||||
|
||||
# Get every `Class` and `Module`, in order, that will be checked when looking
|
||||
# for an instance method to call on this object.
|
||||
# @param [Object] obj
|
||||
|
|
Loading…
Reference in a new issue