Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure .push etc. always work on an @foo.
  • Loading branch information
jnthn committed Feb 27, 2013
1 parent 923bfe8 commit 0d59dca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nqp-src/NQPCORE.setting
Expand Up @@ -572,6 +572,7 @@ my class NQPHashIter is repr('VMIter') {
}
nqp::setboolspec(NQPHashIter, 7, nqp::null());
nqp::sethllconfig('nqp', nqp::hash(
'list', NQPArray,
'slurpy_array', NQPArray,
'array_iter', NQPArrayIter,
'hash_iter', NQPHashIter
Expand Down

0 comments on commit 0d59dca

Please sign in to comment.