We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9e7e6b + 9b9ea95 commit bd690dfCopy full SHA for bd690df
lib/Mojolicious/Guides.pod
@@ -58,6 +58,10 @@ C<$chars> to distinguish whether it is encoded bytes or decoded characters in a
58
the value just indicates true or false, C<$c> to denote a L<Mojolicious::Controller> object, or C<$app> to denote the
59
L<application|Mojolicious> object.
60
61
+When the return value of a method is the object it was called on, this will be represented by using the same variable
62
+name in the example. This does not mean the return value needs to be assigned back to it, but indicates that further
63
+methods can be L<called in a chain|Mojo::Base/"FLUENT INTERFACES">.
64
+
65
=head1 TUTORIAL
66
67
=over 2
0 commit comments