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