# File lib/icalendar/component.rb, line 187
    def multi_property?(name)
      @@multi_properties.has_key?(name.downcase)
    end