Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make ObjAt.new(str) work
Kristien_++ for reporting it as not working
  • Loading branch information
moritz committed Jan 25, 2015
1 parent 403b0f0 commit cb5bb33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/ObjAt.pm
@@ -1,6 +1,9 @@
my class ObjAt { # declared in BOOTSTRAP
# class ObjAt is Any {
# has str $!value;
method new(str $s) {
nqp::box_s($s, self.WHAT)
}

multi method WHICH(ObjAt:D:) {
nqp::box_s(
Expand Down

0 comments on commit cb5bb33

Please sign in to comment.