module RiCal::CoreExtensions::Array::Conversions
-
©2009 Rick DeNatale
-
All rights reserved. Refer to the file README.txt for the license
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