Skip to content

Commit

Permalink
[common] Need to have a .defined method if we're gonna call one.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 19, 2010
1 parent 5d5adc8 commit 8c3ca76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/NQP/NQPSetting.pm
Expand Up @@ -789,6 +789,9 @@ my knowhow NQPStash {
method bind_key($name, $value) {
$!entries.bind_key($name, $value)
}
method defined() {
nqp::repr_defined(self)
}
}

::GLOBAL := NQPStash.new('GLOBAL');

0 comments on commit 8c3ca76

Please sign in to comment.