Skip to content

Commit

Permalink
Add zeitwerk
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jan 1, 2023
1 parent 292cf09 commit 7871d24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/dotcrypt.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# frozen_string_literal: true

require_relative "dotcrypt/version"
require "zeitwerk"

loader = Zeitwerk::Loader.for_gem

loader.setup

class Dotcrypt::Error < StandardError
# Your code goes here...
Expand Down

0 comments on commit 7871d24

Please sign in to comment.