More idiomatic

This commit is contained in:
Jorge Manrubia
2025-12-18 00:03:13 +01:00
parent 3b99aa5dcf
commit b326f78d02
+1 -1
View File
@@ -50,6 +50,6 @@ class Plan
end
def limit_cards?
card_limit != Float::INFINITY
!card_limit.infinite?
end
end