mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
Clarify expected sort method interface
This commit is contained in:
parent
fe52b262da
commit
81bd32aed0
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
# # SortTests adds some test_* methods.
|
||||
# include SortTests
|
||||
#
|
||||
# # SortTests requires sort method.
|
||||
# # SortTests requires sort method which receives an array of integers
|
||||
# # and returns a sorted one.
|
||||
# def sort(input)
|
||||
# input.sort
|
||||
# end
|
||||
|
|
Loading…
Reference in a new issue