Skip to content

Commit

Permalink
Add .^composed meta method to classes
Browse files Browse the repository at this point in the history
For easier debugging
  • Loading branch information
lizmat committed Jan 25, 2019
1 parent d499bd4 commit b8a3f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Perl6/Metamodel/ClassHOW.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ class Perl6::Metamodel::ClassHOW
has @!fallbacks;
has $!composed;

method composed() { $!composed }

my $archetypes := Perl6::Metamodel::Archetypes.new(
:nominal(1), :inheritable(1), :augmentable(1) );
method archetypes() {
Expand Down

0 comments on commit b8a3f9f

Please sign in to comment.