# File lib/vpim/icalendar.rb, line 100 def add_event(&block) #:yield:event push Vevent::Maker.make( &block ) end