Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
State that Mu.gist will truncate at 100 elements.
  • Loading branch information
gfldex committed May 13, 2016
1 parent 299a655 commit 0764762
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/Type/Mu.pod
Expand Up @@ -63,8 +63,9 @@ readable. Method C<Str> warns on type objects, and produces the empty string.
multi sub gist(Mu) returns Str
multi method gist() returns Str
Returns a string representation of the invocant, optimized for
fast recognition by humans.
Returns a string representation of the invocant, optimized for fast recognition
by humans. As such lists will be truncated at 100 elements. Use C<.perl> to get
all elements.
The default C<gist> method in C<Mu> re-dispatches to the L<perl> method for
defined invocants, and returns the type name in parenthesis for type object
Expand Down

0 comments on commit 0764762

Please sign in to comment.