Object
# File lib/icalendar/rrule.rb, line 28 def initialize(day, position) @day, @position = day, position end
# File lib/icalendar/rrule.rb, line 32 def to_s "#{@position}#{@day}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.