Skip to content

Commit 61baf42

Browse files
author
Carl Masak
committed
[classes-and-objects] removed duplicate code
1 parent 23c4e5d commit 61baf42

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/classes-and-objects.pod

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -496,20 +496,6 @@ reaching for multiple inheritance it is good practice to consider whether the
496496
design wouldn't be better realized by using roles. For more information on roles
497497
check out the Roles chapter.
498498

499-
=begin programlisting
500-
501-
my $geek = GeekCook.new(
502-
books => ('Learning Perl 6'),
503-
utensils => ('blingless pot', 'knife', 'calibrated oven'),
504-
favorite_editor => 'MacVim',
505-
languages => <Perl6>
506-
);
507-
508-
$geek.cook('pizza');
509-
$geek.code_to_solve('P =? NP');
510-
511-
=end programlisting
512-
513499
=head1 Introspection
514500

515501
Introspection is the process of gathering information about some objects in

0 commit comments

Comments
 (0)