Module: RiCal::CoreExtensions::Array::Conversions
- Included in:
- Array
- Defined in:
- lib/ri_cal/core_extensions/array.rb
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
6 7 8 |
# File 'lib/ri_cal/core_extensions/array.rb', line 6 def to_rfc2445_string # :doc: join(",") end |