module Dry

Public Class Methods

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

Build an equalizer module for the inclusion in other class

@api public

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