Module: RiCal::CoreExtensions::Object::Conversions
- Included in:
- Object
- Defined in:
- lib/ri_cal/core_extensions/object.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#to_rfc2445_string ⇒ Object
Used to format rfc2445 output for RiCal.
-
#to_ri_cal_ruby_value ⇒ Object
Used by RiCal specs returns the receiver.
Instance Method Details
#to_rfc2445_string ⇒ Object
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_value ⇒ Object
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 |