Sha256: 3004f3b19bf8d15e42f54a98b6ce108135e62db311da14a8a93da08bde67d526
Contents?: true
Size: 671 Bytes
Versions: 6
Compression:
Stored size: 671 Bytes
Contents
# 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/equatable/all/equatable.rbi # # equatable-0.6.1 module Equatable def attr_reader(*args); end def comparison_attrs; end def define_compare; end def define_comparison_attrs; end def define_hash; end def define_inspect; end def define_methods; end def inherited(subclass); end def self.included(base); end end module Equatable::Methods def ==(other); end def eql?(other); end end
Version data entries
6 entries across 6 versions & 1 rubygems