Sha256: 8c4367f016a016c26090a2c42fd43f1da7a61b53a08bed8b0f2a95822b85e944
Contents?: true
Size: 736 Bytes
Versions: 6
Compression:
Stored size: 736 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strong # # 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/dry-equalizer/all/dry-equalizer.rbi # # dry-equalizer-0.3.0 module Dry def self.Equalizer(*keys, **options); end end class Dry::Equalizer < Module def define_cmp_method; end def define_hash_method(immutable:); end def define_inspect_method; end def define_methods(inspect: nil, immutable: nil); end def included(descendant); end def initialize(*keys, **options); end end module Dry::Equalizer::Methods def ==(other); end def eql?(other); end end
Version data entries
6 entries across 6 versions & 1 rubygems