Skip to content

Commit

Permalink
.name method for Routines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 6, 2009
1 parent 902f999 commit b7b3c60
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/classes/Routine.pir
Expand Up @@ -24,6 +24,16 @@ wrappable executable objects.

=over 4

=item name

=cut

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


=item wrap

=cut
Expand Down

0 comments on commit b7b3c60

Please sign in to comment.