3 lines
70 B
Ruby
3 lines
70 B
Ruby
|
|
def table_sort(table, ordering=:<=>, column=0, reverse=false)
|
||
|
|
# ...
|