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 32cd75a commit c7b75deCopy full SHA for c7b75de
lib/Mu.pod
@@ -28,6 +28,27 @@ Returns C<False> on the type object, and C<True> otherwise
28
29
Returns C<False> on the type object, and C<True> otherwise
30
31
+=head2 Str
32
+
33
+ multi sub Str(Mu) returns Str
34
+ multi method Str() returns Str
35
36
+Returns implementation-defined identifier.
37
38
+=head2 gist
39
40
+ multi sub gist(Mu) returns Str
41
+ multi method gist() returns Str
42
43
+Returns result of using C<.perl> method on current object.
44
45
+=head2 perl
46
47
+ multi sub perl(Mu) returns Str
48
+ multi method perl() returns Str
49
50
+Returns parsable string which generates current class.
51
52
=head2 clone
53
54
method clone(*%twiddles)
0 commit comments