Module: Elo::Helper::ClassMethods
- Defined in:
- lib/elo/helper.rb
Instance Method Summary collapse
-
#all ⇒ Object
Provides a list of all instantiated objects of the class.
Instance Method Details
#all ⇒ Object
Provides a list of all instantiated objects of the class.
21 22 23 |
# File 'lib/elo/helper.rb', line 21 def all @all ||= [] end |