Public instance methods
all
()
Provides a list of all instantiated objects of the class.
[show source]
# File lib/elo.rb, line 124 def all @all ||= [] end