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