mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
Style fix
This commit is contained in:
@@ -9,7 +9,7 @@ class W3DHub
|
||||
@games = []
|
||||
|
||||
games.each { |hash| @games << Game.new(hash) }
|
||||
@games.sort_by! { |a| a.name }.reverse
|
||||
@games.sort_by!(&:name).reverse
|
||||
end
|
||||
|
||||
def games
|
||||
|
||||
Reference in New Issue
Block a user