Skip to content

Commit

Permalink
feat: add Zeitwerk loader to lib/lennarb.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Dec 29, 2023
1 parent a630236 commit 65721d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/lennarb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
#
require 'pathname'

# Zeitwerk
#
require 'zeitwerk'

# Zeitwerk loader
#
Zeitwerk::Loader.new.tap do |loader|
loader.inflector.inflect('Version' => 'VERSION')
loader.push_dir(__dir__)
loader.setup
end

# Lennarb module
#
module Lennarb
Expand Down

0 comments on commit 65721d4

Please sign in to comment.