Skip to content

Commit

Permalink
better description for tap method
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 11, 2013
1 parent 938549a commit 519a2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Mojo/Base.pm
Expand Up @@ -218,7 +218,8 @@ argument.
$object = $object->tap(sub {...});
K combinator, tap into a method chain to perform operations on an object
within the chain.
within the chain. The object will be the first argument passed to the closure
and is also available via C<$_>.
=head1 DEBUGGING
Expand Down

0 comments on commit 519a2c0

Please sign in to comment.