mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
Do not use CamelCase
This commit is contained in:
parent
f73c8ff2c2
commit
3896dcac3a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class CircularList
|
|||
end
|
||||
end
|
||||
|
||||
def isEmpty
|
||||
def is_empty
|
||||
@head.nil?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue