Description Usage Arguments Details Value
This is inspired by Ruby's Object#tap method which allows chaining calls like: 'something.tap |o| puts o .method'
1 | tap(thing, callback)
|
thing |
The object to pass to the callback and then return |
callback |
The function that receives the object and does something with it |
The idea is to use this function, or it's derivatives in a pipeline like: 'df
The object passed in to allow for method chaining
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.