# File lib/reginald/collection.rb, line 9
    def each(&block)
      @array.each(&block)
    end