From 19690ed4aabfc85430a110c7205f64c6583a983b Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 20 Nov 2021 13:53:42 +0100 Subject: [PATCH] updated types --- src/lifo/lifolike.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lifo/lifolike.cr b/src/lifo/lifolike.cr index e843d34..78b3931 100644 --- a/src/lifo/lifolike.cr +++ b/src/lifo/lifolike.cr @@ -9,7 +9,7 @@ module Lifo end end - def size : Int32 + def size : Int @data.size end