1
0
Fork 0
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:
John Mair 2012-12-20 17:27:12 +01:00
parent 81b228f1bf
commit 64f2df5e0f

View file

@ -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).