File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -169,16 +169,13 @@ $something> and C<say $something.gist> generally produce the same output.
169
169
say Mu.gist; # OUTPUT: «(Mu)»
170
170
say Mu.new.gist; # OUTPUT: «Mu.new»
171
171
172
- = head2 method raku
172
+ = head2 method perl
173
173
174
- multi method raku (Mu: --> Str )
174
+ multi method perl (Mu:)
175
175
176
- Returns a Raku-ish representation of the object (i.e., can usually be
177
- re-evaluated with L < EVAL|/routine/EVAL > to regenerate the object). The exact
178
- output of C < raku > is implementation specific, since there are generally many
179
- ways to write a Raku expression that produces a particular value. Since the
180
- change of name to Raku, this method is deprecated and might disappear in the
181
- near future. Use C < .raku > instead.
176
+ Calls L « C < .raku > |/routine/raku» on the invocant. Since the change of the
177
+ language name to Raku, this method is deprecated and might disappear in
178
+ the near future. Use C < .raku > instead.
182
179
183
180
= head2 method raku
184
181
You can’t perform that action at this time.
0 commit comments