Skip to content

Commit

Permalink
Add missing accessor to Attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jan 16, 2012
1 parent 44d5f15 commit fb11366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Attribute.pm
Expand Up @@ -96,6 +96,7 @@ my class Attribute {
}
}

method container() is rw { nqp::isnull($!auto_viv_container) ?? Mu !! $!auto_viv_container }
method has-accessor() { ?$!has_accessor }
method readonly() { !self.rw }
method package() { $!package }
Expand Down

0 comments on commit fb11366

Please sign in to comment.