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:
parent
2f05ed8f09
commit
fc2fe7ed7a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
[]
|
||||
|
|
Loading…
Reference in a new issue