Sha256: c54085bac1e1c5d779b0b4a3d4012a9d3094e2bc7d6c14da316b28bd2918bf48

Contents?: true

Size: 483 Bytes

Versions: 1

Compression:

Stored size: 483 Bytes

Contents

module Calrom
  # Wraps arbitrary sanctorale files and allows handling and loading them exactly
  # the same way as bundled sanctorale files.
  #
  # Erm, yes, according to calendarium-romanum documentation the parent class is actually
  # not intended for use like this. But we take the risk of breakage by future
  # calendarium-romanum releases ;)
  class SanctoraleFile < CR::Data::SanctoraleFile
    def initialize(path)
      @siglum = nil
      @path = path
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calrom-0.4.0 lib/calrom/sanctorale_file.rb