Skip to content

Commit

Permalink
make Attribute stringify to the attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Sep 26, 2010
1 parent 704698f commit d7ebff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Attribute.pm
Expand Up @@ -2,4 +2,5 @@ augment class Attribute {
method has-accessor() {
$!has_accessor ?? True !! False
}
method Str() { self.name }
}

0 comments on commit d7ebff5

Please sign in to comment.