updated types

This commit is contained in:
Dominic Grimm 2021-11-20 13:53:42 +01:00
parent d981bfcc7b
commit 19690ed4aa
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module Lifo
end
end
def size : Int32
def size : Int
@data.size
end