educative.io

The lesson mentions CamelCase, but I think it should be PascalCase

For class names that consist of several words, the Ruby community separates these words by uppercase letters, as in RubyStudyGroup. This is called CamelCase, because of the humps

I believe rubyStudyGroup is CamelCase, while RubyStudyGroup is PascalCase.