Module: RiCal::CoreExtensions::Array::Conversions
- Included in:
- Array
- Defined in:
- lib/ri_cal/core_extensions/array/conversions.rb
Overview
-
©2009 Rick DeNatale
-
All rights reserved. Refer to the file README.txt for the license
Instance Method Summary collapse
-
#to_rfc2445_string ⇒ Object
return the concatenation of the elements representation in rfc 2445 format.
Instance Method Details
#to_rfc2445_string ⇒ Object
return the concatenation of the elements representation in rfc 2445 format
9 10 11 |
# File 'lib/ri_cal/core_extensions/array/conversions.rb', line 9 def to_rfc2445_string # :doc: join(",") end |