Module: Elo::Helper::ClassMethods

Defined in:
lib/elo/helper.rb

Instance Method Summary collapse

Instance Method Details

#allObject

Provides a list of all instantiated objects of the class.



21
22
23
# File 'lib/elo/helper.rb', line 21

def all
  @all ||= []
end