Top Level Namespace

Defined Under Namespace

Modules: CalendariumRomanum

Constant Summary collapse

CR =

The module name CalendariumRomanum is quite long, hence constant CR is provided as a convenient shortcut. It is not loaded by require ‘calendarium-romanum’, must be required explicitly require ‘calendarium-romanum/cr’ - because there’s a good chance that the short constant name clashes with a constant defined by some other code.

Examples:

require 'calendarium-romanum/cr'

calendar = CR::Calendar.new 2000

Since:

  • 0.7.0

CalendariumRomanum