Skip to content

Commit

Permalink
Merge pull request #76 from poloka/main
Browse files Browse the repository at this point in the history
Correct missing constant for IDENTITY. Fixes #75
  • Loading branch information
solnic authored Oct 18, 2022
2 parents 0bbb340 + bb86ee2 commit 41c0785
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/dry/core/class_attributes.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# frozen_string_literal: true

require "dry/core/constants"

module Dry
module Core
# Internal support module for class-level settings
#
# @api public
module ClassAttributes
include Constants
# Specify what attributes a class will use
#
# @example
Expand Down

0 comments on commit 41c0785

Please sign in to comment.