Is there such a thing as a “class method” in Ruby (which is sometimes seen as the equivalent of a static method in other languages), or is it just that it is simply a plain method of a class object Class?
If the latter, are there more precise terms for such methods that the average Ruby developer will still understand?
source
share