Classes

suggest change

Versions

[{“Name”:“1.6.8”,“GroupName”:null},{“Name”:“1.8”,“GroupName”:null},{“Name”:“1.9”,“GroupName”:null},{“Name”:“2.0”,“GroupName”:null},{“Name”:“2.1”,“GroupName”:null},{“Name”:“2.2”,“GroupName”:null},{“Name”:“2.3”,“GroupName”:null}]

Syntax

Remarks

Class names in Ruby are Constants, so the first letter should be a capital.

class Cat # correct
end  

class dog # wrong, throws an error
end

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents