class Array # => rand # returns a random element from the array # by calling Array's private rand method. def rand self.rand end end