# File lib/support.rb, line 121 def ==(other) return nil unless other.class == self.class return false unless other.receiver_type == self.receiver_type return false unless other.return_type == self.return_type return false unless other.formal_types == self.formal_types return true end