Sha256: c9e3c00a06934e6a41949b3b75b3d9fd7a8c217597a663dfd80bedece2423727

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

# frozen_string_literal: true

#
# Copyright (C) 2021 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.

# it's standard practice to ignore parts of the project
# that intentionally don't follow the zeitwerk pattern
# because they do something like monkeypatch a constant
# defined elsewhere https://github.com/fxn/zeitwerk#use-case-files-that-do-not-follow-the-conventions.
#
# these extensions are required explicitly by the gem engine when it's ready to patch,
# so that they can modify constants defined in a third part gem,
# and so don't need to be autoloaded
Rails.autoloaders.main.ignore("#{__dir__}/../../lib/canvas_webex/version.rb")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
canvas_webex-0.18.2 config/initializers/zeitwerk.rb