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