# File lib/vpim/enumerator.rb, line 23
    def initialize(obj, *args)
      @obj = obj
      @args = args
    end