We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9871d commit 18953dbCopy full SHA for 18953db
lib/Mu.pod
@@ -32,14 +32,19 @@ Returns C<False> on the type object, and C<True> otherwise
32
33
multi method Str() returns Str
34
35
-Returns implementation-defined identifier.
+Returns a string representation of the invocant, inteded to be machine
36
+readable.
37
38
=head2 gist
39
40
multi sub gist(Mu) returns Str
41
multi method gist() returns Str
42
-Returns result of using C<.perl> method on current object.
43
+Returns a string representation of the invocant, optimized for
44
+fast recognition by humans.
45
+
46
+The default C<gist> method in C<Mu> re-dispatches to the C<perl> method,
47
+but many built-in classes override it to something more specific.
48
49
=head2 perl
50
0 commit comments