Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Undeprecate .ast
  • Loading branch information
ShimmerFairy committed Mar 12, 2014
1 parent b6e4a8e commit 5b109d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/core/Match.pm
Expand Up @@ -5,10 +5,7 @@ my class Match is Capture is Cool {
has $.CURSOR;
has $.made;

method ast(Match:D:) {
DEPRECATED("the .made method");
$!made;
}
method ast(Match:D:) { $!made }

multi method Str(Match:D:) {
$!to > $!from ?? $!orig.substr($!from, $!to-$!from) !! ''
Expand Down

0 comments on commit 5b109d6

Please sign in to comment.