# File lib/vpim/rrule.rb, line 554 def until=(runtil) if @count raise ArgumentError, "Cannot specify UNTIL if COUNT was specified" end @until = runtil end