class Pagy::Calendar

def init(conf, period, params)

Return calendar, from, to
def init(conf, period, params)
  new.send(:init, conf, period, params)
end