class Pagy::Calendar::Unit

def label(opts = {})

The label for the current page (it can pass along the I18n gem opts when it's used with the i18n extra)
def label(opts = {})
  label_for(@page, opts)
end