Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bring Nil more in line with newest spec
  • Loading branch information
moritz committed Mar 5, 2013
1 parent ce18272 commit af2e7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/Nil.pm
Expand Up @@ -3,7 +3,10 @@ my class Nil is Iterator is Cool {
method iterator() { self }
method reify($n?) { () }
method gist() { 'Nil' }
method perl() { 'Nil' }
multi method Str() { '' }
method ACCEPTS(|) { Nil }
method Bool(|) { False }
}


0 comments on commit af2e7e1

Please sign in to comment.