How to Make Your Classes More Powerful by Implementing Equality
Did you know that == is a method & not just syntax? You can use this fact to make your classes more powerful: https://www.rubyguides.com/2017/03/ruby-equality/
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Did you know that == is a method & not just syntax? You can use this fact to make your classes more powerful: https://www.rubyguides.com/2017/03/ruby-equality/
Post a comment