class Chronic::Repeater

def width

returns the width (in seconds or months) of this repeatable.
def width
  raise("Repeater#width must be overridden in subclasses")
end