Skip to content

Commit

Permalink
Comments update -- no functional changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 28, 2011
1 parent 64178b4 commit c7c6779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core/List.pm
@@ -1,7 +1,7 @@
augment class List does Positional {
# N.B.: methods defined in src/builtins/List.pir:
# .new, .eager, .elems, .flat, .item, .iterator,
# .list, .munch, .perl, !fill
# .new, .Capture, .eager, .elems, .flat, .iterator,
# .list, .munch, !fill, !splice

method Bool() {
self!fill(1) ?? Bool::True !! Bool::False;
Expand Down
2 changes: 1 addition & 1 deletion src/core/Parcel.pm
@@ -1,5 +1,5 @@
augment class Parcel does Positional {
# methods defined in src/builtins/Parcel.pir:
# N.B.: methods defined in src/builtins/Parcel.pir:
# .item .iterator .perl .Bool .Capture !STORE

method Str() { self.flat.Str }
Expand Down

0 comments on commit c7c6779

Please sign in to comment.