Method: RiCal::Component::TZInfoTimezone::Periods#export_to
- Defined in:
- lib/ri_cal/component/t_z_info_timezone.rb
#export_to(export_stream) ⇒ Object
88 89 90 |
# File 'lib/ri_cal/component/t_z_info_timezone.rb', line 88 def export_to(export_stream) @periods.each {|period| period.export_to(export_stream)} end |