Sha256: 301e6982bc41db2cf20b6d0d492f6de70b2dec2b5f2c0bf7c13f72ba8b307626

Contents?: true

Size: 465 Bytes

Versions: 1

Compression:

Stored size: 465 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
        # 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

1 entries across 1 versions & 1 rubygems

Version Path
rubyredrick-ri_cal-0.0.2 lib/ri_cal/core_extensions/object/conversions.rb