module Dry

Public Class Methods

Equalizer(*keys, **options) click to toggle source

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

# File lib/dry/core/equalizer.rb, line 11
def self.Equalizer(*keys, **options)
  Dry::Core::Equalizer.new(*keys, **options)
end