lib/icalendar/component/timezone.rb in sdague-icalendar-1.0.2.3 vs lib/icalendar/component/timezone.rb in sdague-icalendar-1.0.2.4
- old
+ new
@@ -48,14 +48,14 @@
# Also need a custom to_ical because typically it iterates over an array
# of components.
def to_ical
print_component do
- s = ""
+ s = ""
@components.each_value do |comp|
s << comp.to_ical
end
- s
+ s
end
end
def initialize(name = "VTIMEZONE")