Module: RiCal::CoreExtensions::Object::Conversions

Included in:
Object
Defined in:
lib/ri_cal/core_extensions/object.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_rfc2445_stringObject

Used to format rfc2445 output for RiCal



6
7
8
# File 'lib/ri_cal/core_extensions/object.rb', line 6

def to_rfc2445_string
  to_s
end

#to_ri_cal_ruby_valueObject

Used by RiCal specs returns the receiver



11
12
13
# File 'lib/ri_cal/core_extensions/object.rb', line 11

def to_ri_cal_ruby_value
  self
end