module RiCal::CoreExtensions::Array::Conversions

Public Instance Methods

to_rfc2445_string() click to toggle source

return the concatenation of the elements representation in rfc 2445 format

# File lib/ri_cal/core_extensions/array/conversions.rb, line 9
def to_rfc2445_string # :doc:
  join(",")
end