1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

command: fix YARD warning for '#complete'

This commit is contained in:
Kyrylo Silin 2018-10-14 15:51:07 +08:00
parent 2f05ed8f09
commit fc2fe7ed7a

View file

@ -466,7 +466,7 @@ class Pry
# Generate completions for this command
#
# @param [String] search The line typed so far
# @param [String] _search The line typed so far
# @return [Array<String>] Completion words
def complete(_search)
[]