Skip to content

Commit

Permalink
Add credits to dkubb for creating the original equalizer gem
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Dec 12, 2020
1 parent a59aaa0 commit 499ffa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/dry/core/equalizer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
module Dry
# Build an equalizer module for the inclusion in other class
#
# ## Credits
#
# Equalizer has been originally imported from the equalizer gem created by Dan Kubb
#
# @api public
def self.Equalizer(*keys, **options)
Dry::Core::Equalizer.new(*keys, **options)
Expand Down

0 comments on commit 499ffa7

Please sign in to comment.