class Pagy::Calendar::Unit

def starting_time_for(*)

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