class Pagy::Calendar::Unit

def page_offset_at(*)

This method must be implemented by the unit subclass
def page_offset_at(*)
  raise NoMethodError, 'the page_offset_at method must be implemented by the unit subclass'
end