Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:rakudo/rakudo
  • Loading branch information
moritz committed Apr 20, 2010
2 parents d3b8168 + 698ba87 commit bdc5dca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
45796
45822 2.3.0
2 changes: 1 addition & 1 deletion docs/announce/2010.04
Expand Up @@ -15,7 +15,7 @@ Technologies 2010 [1] conference.
Some of the specific changes and improvements occuring with this
release include:

* Expressions that begin with a variable and end with a circumfix now properl
* Expressions that begin with a variable and end with a circumfix now properly
interpolate into double-quoted strings, like "@array.sort()" or
"%hash<key>".

Expand Down
9 changes: 9 additions & 0 deletions src/builtins/Multi.pir
Expand Up @@ -31,6 +31,15 @@ Multi - Perl 6 multi-dispatch routine
.return ($P0)
.end

=item name

=cut

.sub 'name' :method
$S0 = self
.return ($S0)
.end

=back

=cut
Expand Down

0 comments on commit bdc5dca

Please sign in to comment.