Skip to content

Commit

Permalink
Add a "raku" method to BOOTSTRAPATTR
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Jan 3, 2020
1 parent 9a5579f commit 784daae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Perl6/bootstrap.c/BOOTSTRAP.nqp
Expand Up @@ -41,6 +41,7 @@ my class BOOTSTRAPATTR {
method compose($obj, :$compiler_services) { }
method gist() { $!type.HOW.name($!type) ~ ' ' ~ $!name }
method perl() { 'BOOTSTRAPATTR.new' }
method raku() { 'BOOTSTRAPATTR.new' }
method Str() { $!name }
}

Expand Down

0 comments on commit 784daae

Please sign in to comment.