Skip to content

Commit

Permalink
fix: core namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
thadeu committed Dec 17, 2024
1 parent bf41d78 commit 90935c8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lib/zx/core.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# frozen_string_literal: true

require 'zx/core/util/parameter'
require 'zx/core/base'
require 'zx/core/and_then'
require 'zx/core/caller'
require 'zx/core/match'
require 'zx/core/stack'

module Core
module Zx
module Core
require_relative 'core/util/parameter'
require_relative 'core/base'
require_relative 'core/and_then'
require_relative 'core/caller'
require_relative 'core/match'
require_relative 'core/stack'
end
end

0 comments on commit 90935c8

Please sign in to comment.