Login
Roast topics
Find topics
Find it!
From:
Leigh Halliday's RSS Feed
(Uncensored)
subscribe
Implementing Ruby's Tap Method
https://www.leighhalliday.com/implementing-rubys-tap-method
links
backlinks
Tagged with:
ruby
Roast topics
Find topics
Roast it!
What is the Tap method? Ruby's tap method allows you to "tap into" a method chain, modify an object and receive that same object as the result. An Engine Yard blog recently spoke about five ruby methods you should be using in which tap was one…