What's new in Ruby 2.3 Enumerable
The recent release of Ruby 2.3 added a couple new instance methods to the Enumerable
module. We’ll examine how to use Enumerable#grep_v
and #chunk_while
and what makes them different from their counterparts https://rossta.net/blog/whats-new-in-ruby-2-3-enumerable.html
Post a comment