# This file is autogenerated. Do not edit it by hand. Regenerate it with:
#   srb rbi gems

# typed: strict
#
# If you would like to make changes to this file, great! Please create the gem's shim here:
#
#   https://github.com/sorbet/sorbet-typed/new/master?filename=lib/equalizer/all/equalizer.rbi
#
# equalizer-0.0.11

class Equalizer < Module
  def define_cmp_method; end
  def define_hash_method; end
  def define_inspect_method; end
  def define_methods; end
  def included(descendant); end
  def initialize(*keys); end
end
module Equalizer::Methods
  def ==(other); end
  def eql?(other); end
end