Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove now superfluous Str:D: candidates
  • Loading branch information
lizmat committed Apr 17, 2015
1 parent eaf99c2 commit 54fa42e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/Str.pm
Expand Up @@ -1452,9 +1452,6 @@ my class Str does Stringy { # declared in BOOTSTRAP
IO::Path.new(self)
}

method unival(Str:D:) { unival(self.ord) };
method univals(Str:D:) { univals(self) };

proto method chars(|) { * }
multi method chars(Str:D:) returns Int:D {
nqp::p6box_i(nqp::chars($!value))
Expand Down

0 comments on commit 54fa42e

Please sign in to comment.