Using Enumerable as testing abstraction
Enumerable is a very powerful Ruby module. In some cases it can be used to introduce abstraction, decouple from explicit dependencies and simplifying tests. Read about it in my latest article.
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!
Enumerable is a very powerful Ruby module. In some cases it can be used to introduce abstraction, decouple from explicit dependencies and simplifying tests. Read about it in my latest article.
Post a comment