Sha256: deaeb765b4718e39e887f8130d2b59321ad2789afe57467a2390ace65509738a
Contents?: true
Size: 474 Bytes
Versions: 60
Compression:
Stored size: 474 Bytes
Contents
module RiCal module CoreExtensions #:nodoc: module Object #:nodoc: #- ©2009 Rick DeNatale #- All rights reserved. Refer to the file README.txt for the license # module Conversions #:nodoc: # Used to format rfc2445 output for RiCal def to_rfc2445_string to_s end # Used by RiCal specs returns the receiver def to_ri_cal_ruby_value self end end end end end
Version data entries
60 entries across 60 versions & 8 rubygems