Sha256: b1f01362b694159f6787ddef747ac6df7af340121c9915bcdf6051c1c1827052
Contents?: true
Size: 392 Bytes
Versions: 61
Compression:
Stored size: 392 Bytes
Contents
module RiCal module CoreExtensions #:nodoc: module Array #:nodoc: #- ©2009 Rick DeNatale #- All rights reserved. Refer to the file README.txt for the license # module Conversions # return the concatenation of the elements representation in rfc 2445 format def to_rfc2445_string # :doc: join(",") end end end end end
Version data entries
61 entries across 61 versions & 8 rubygems
Version | Path |
---|---|
ri_cal-0.6.3 | lib/ri_cal/core_extensions/array/conversions.rb |