Archived
1
0
Fork 0

Fix code style

This commit is contained in:
Braiden Vasco 2017-07-21 14:11:01 +00:00
parent 286281da48
commit b9571c321c

View file

@ -7,10 +7,13 @@ module Widgets
def initialize(x, y, width, height, items) def initialize(x, y, width, height, items)
@x = x @x = x
@y = y @y = y
@width = width
@width = width
@height = height @height = height
@active = 0 @active = 0
@top = 0 @top = 0
@items = Array(items) @items = Array(items)
end end