Skip to content

Commit

Permalink
Add Dry::Core::Constants to Convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
pyromaniac committed Oct 18, 2024
1 parent 49e714a commit cdfc1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/operations/convenience.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module Operations::Convenience
def self.extended(mod)
mod.include Dry::Monads[:result]
mod.include Dry::Monads::Do.for(:call)
mod.include Dry::Core::Constants
mod.extend Dry::Initializer
end

Expand Down

0 comments on commit cdfc1e5

Please sign in to comment.