Sha256: a6656ca9de51337bf31c60904b7fc67a956a4c7ebf8e0c075e9d0691961bf044

Contents?: true

Size: 240 Bytes

Versions: 2

Compression:

Stored size: 240 Bytes

Contents

# frozen_string_literal: true
# typed: true

require 'zeitwerk'
require 'pathname'

root = Pathname('.')

loader = Zeitwerk::Loader.new

loader.push_dir(root.join('lib').realpath)
loader.push_dir(root.join('config').realpath)

loader.setup

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spell_craft-0.1.1 config/application.rb
spell_craft-0.1.0 config/application.rb