rubocop files update and auto correction
This commit is contained in:
parent
b1666fdc1e
commit
51a012bb21
88 changed files with 519 additions and 452 deletions
|
|
@ -74,7 +74,7 @@ class Datatable
|
|||
def sort_order
|
||||
colnum = 0
|
||||
sort_by = []
|
||||
while true
|
||||
loop do
|
||||
break if !sorted?(colnum)
|
||||
sort_by << "#{sort_column(colnum)} #{sort_direction(colnum)}"
|
||||
colnum += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue