mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
CommandSet#find_method_by_match_or_listing is no longer private
This commit is contained in:
parent
81b228f1bf
commit
64f2df5e0f
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ class Pry
|
|||
raise ArgumentError, "Cannot find a command: '#{match_or_listing}'!" if !cmd
|
||||
cmd
|
||||
end
|
||||
protected :find_command_by_match_or_listing
|
||||
|
||||
# Aliases a command
|
||||
# @param [String, Regex] match The match of the alias (can be a regex).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue