Skip to content

Commit 33c390b

Browse files
committed
Document Real.Str
1 parent a2e8cad commit 33c390b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/Type/Real.pod6

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,13 @@ The C<:D> variant simply returns the invocant. The C<:U> variant issues a
9494
warning about using an uninitialized value in numeric context and then returns
9595
C<self.new>.
9696
97+
=head2 method Str
98+
99+
multi method Str(Real:D:)
100+
101+
Calls the L«C<Bridge> method|/routine/Bridge» on the invocant and then
102+
the L«C<Str> method|/routine/Str» on its return value.
103+
97104
=head2 method Num
98105
99106
method Num(Real:D:)

0 commit comments

Comments
 (0)