Bug fix and Refactoring for `hash`, `==`, and `eql?` methods by pocke · Pull Request #148 · ruby/rbs

This change fixes bugs of hash method, and refactors definition of == and eql? methods. bug fix for hash method 977d9e3 Currently hash method of Ruby::Signature::AST::Declarations::Class and Ruby::...