Skip to content

Commit

Permalink
Restructure modules into proper folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Aug 13, 2022
1 parent 9e7d69c commit 8221e63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/immutable_struct_ex.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

require 'immutable_struct_ex/version'
require 'comparable'
require 'immutable'
require 'immutable_struct_ex/comparable'
require 'immutable_struct_ex/immutable'

# Defines the methods used to create/manage the ImmutableStructEx struct.
module ImmutableStructEx
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8221e63

Please sign in to comment.