mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-01-28 19:58:20 +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…
Add table
Reference in a new issue