"Enumerable", in Ruby, is a set of methods for collections. They are used in all the common collection classes. This command will tell you which classes. Try to guess a few before you run it:
$ ruby -e 'p ObjectSpace.each_object(Class).select { |c| c < Enumerable }'