Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cool.chop
  • Loading branch information
moritz committed Feb 23, 2015
1 parent 1a535de commit a161fe0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/Type/Cool.pod
Expand Up @@ -472,6 +472,15 @@ With a customer filter too:
say "have fun working on perl".wordcase(:filter(&uc), :where({ .chars > 3 }));
# HAVE fun WORKING on PERL
=head2 method chop
method chop()
Coerces the invocant to L<Str|/type/Str>, and returns it with the last
character removed.
say 'perl'.chop; # per
=head2 method IO
method IO() returns IO::Path:D
Expand All @@ -484,7 +493,7 @@ Coerces the invocant to L<IO::Path>.
TODO: sech, asech, cosech, acosech, cotanh, acotanh, cis, roots, log10,
unpolar, truncate, fmt, substr, substr-rw,
chomp, chop, chrs, trans, index, rindex, ords,
chomp, chrs, trans, index, rindex, ords,
split, match, comb, lines, words, subst, sprintf, printf, samecase,
EVAL
Expand Down

0 comments on commit a161fe0

Please sign in to comment.