Class: Array

Inherits:
Object show all
Defined in:
lib/icalendar/conversions.rb

Overview

From the spec: “Values in a list of values MUST be separated by a COMMA character (US-ASCII decimal 44).”

Instance Method Summary collapse

Instance Method Details

#to_icalObject



59
60
61
# File 'lib/icalendar/conversions.rb', line 59

def to_ical
  map{|elem| elem.to_ical}.join ','
end