# File lib/vpim/enumerator.rb, line 28
    def each(&block)
      @obj.each(*@args, &block)
    end