Skip to content

Commit

Permalink
Merge pull request #204 from skryukov/fix-inspect-dsl
Browse files Browse the repository at this point in the history
Remove broken Dry::Equalizer from DSL class
  • Loading branch information
solnic committed Dec 5, 2019
2 parents 06f7b7f + 6b5f29f commit 8b30eb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/dry/schema/dsl.rb
Expand Up @@ -51,8 +51,6 @@ class DSL

extend Dry::Initializer

include ::Dry::Equalizer(:options)

# @return [Compiler] The rule compiler object
option :compiler, default: -> { Compiler.new }

Expand Down

0 comments on commit 8b30eb7

Please sign in to comment.