Module Elo::EloHelper::ClassMethods

  1. lib/elo.rb

Methods

public instance

  1. all

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