Skip to content

Commit

Permalink
doc Mu.self
Browse files Browse the repository at this point in the history
  • Loading branch information
gfldex committed Feb 2, 2017
1 parent e6cd18d commit 1f1947b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/Type/Mu.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ Forces the invocant to be evaluated in item context and returns the value of it.
say { apple => 10 }.item.perl; # OUTPUT: «${:apple(10)}␤»
say "abc".item.perl; # OUTPUT: «"abc"␤»
=head2 method self
method self(--> Mu)
Returns the object it is called on.
=head2 method clone
method clone(*%twiddles)
Expand Down

0 comments on commit 1f1947b

Please sign in to comment.