Do not use CamelCase

This commit is contained in:
Vitor Oliveira 2021-02-13 10:20:58 -08:00
parent f73c8ff2c2
commit 3896dcac3a

View file

@ -85,7 +85,7 @@ class CircularList
end
end
def isEmpty
def is_empty
@head.nil?
end
end